search for: 1every

Displaying 1 result from an estimated 1 matches for "1every".

Did you mean: every
2017 Aug 15
2
transfer type to 'local' context
...do so, we need the function type. pFuncInContext2->getType gives us the type in context2. The returnType or argument type might refer to some types yet only defined in context2 (e.g. special structs). In order to get the functin declaration right, I would need to find out if we have in context 1every necessary type referred to by the function (in context2) and introduce it if not. Is there an elegant way wrapping all this? E.G. getTypeinLocalcontext(context1, pFuncTypeInContext2)? Thx Alex