Home
last modified time | relevance | path

Searched refs:m3raw_cppcasts_code (Results 1 – 1 of 1) sorted by relevance

/dports/devel/swig/swig-4.0.2/Source/Modules/
H A Dmodula3.cxx225 String *m3raw_cppcasts_code; //C++ casts up inheritance hierarchies intermediary class code member in MODULA3
282 m3raw_cppcasts_code(NULL), in MODULA3()
952 m3raw_cppcasts_code = NewString(""); in generateM3Top()
1120 Delete(m3raw_cppcasts_code); in generateM3Top()
1121 m3raw_cppcasts_code = NULL; in generateM3Top()
2280 …Printv(m3raw_cppcasts_code, "\n [DllImport(\"", m3wrap_name, "\", EntryPoint=\"Modula3_", proxy_c… in emitProxyClassDefAndCPPCasts()
2281 …Printv(m3raw_cppcasts_code, " public static extern IntPtr ", "$m3classnameTo$baseclass(IntPtr obj… in emitProxyClassDefAndCPPCasts()
2283 Replaceall(m3raw_cppcasts_code, "$m3classname", proxy_class_name); in emitProxyClassDefAndCPPCasts()
2284 Replaceall(m3raw_cppcasts_code, "$baseclass", baseclass); in emitProxyClassDefAndCPPCasts()