I really don't see how. Except if the void* that I put
in my T_X_PTR would be a little encapsualted C Struct like:
enum MyType {D1_TYPE, B1_TYPE, B2_TYPE, D2_TYPE};
struct XS_TypeInfo
{
void* info;
enum MyType trueType;
};
But even with that means that I would have to rewrite my typemap. and to hard-code in it the decoding of the void* info depending on trueType.
TIA,
~Xavier
In reply to Re: Re: XS typemap and C++ multiple inheritance
by FrenchZ
in thread XS typemap and C++ multiple inheritance
by FrenchZ
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |