Platform-specific Cpp Library. Provides some platform-specific functions for the C++ target, such as conversion from Haxe types to native types and vice-versa.

Static methods

staticload (lib:String, prim:String, nargs:Int):Dynamic

Load and return a Cpp primitive from a DLL library.

staticloadLazy (lib:String, prim:String, nargs:Int):Dynamic

Tries to load, and always returns a valid function, but the function may throw if called.

staticprint (v:Dynamic):Void

Print the specified value on the default output.