Searched refs:conversioncode (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypesys.c1660 * conversioncode - if set, overrides the default code in the function when casting
1667 void SwigType_inherit(String *derived, String *base, String *cast, String *conversioncode) { argument
1701 if (conversioncode)
1702 Setattr(c, "convcode", conversioncode);
H A Dswig.h179 extern void SwigType_inherit(String *subclass, String *baseclass, String *cast, String *conversioncode);

Completed in 121 milliseconds