search for: gettypeinlocalcontext

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

2017 Aug 15
2
transfer type to 'local' context
...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