cpp
| .. | |
|---|---|
| abi | |
| vm | |
| ArrayBase | |
| AutoCast | |
| Callable | The generator intercepts this type and converts it to a cpp.Function |
| CallableData | |
| CastCharStar | |
| Char | |
| ConstCharStar | |
| ConstPointer | |
| EnumBase | |
| ErrorConstants | |
| Float32 | |
| Function | |
| FunctionData | |
| Int16 | |
| Int32 | |
| Int64 | |
| Int64Map | |
| Int8 | |
| Lib | 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. |
| NativeArray | |
| NativeFile | |
| NativeGc | |
| NativeProcess | |
| NativeSocket | |
| NativeSsl | |
| NativeString | |
| NativeSys | |
| Object | |
| ObjectType | |
| Pointer | |
| Prime | |
| RawConstPointer | |
| RawPointer | |
| Reference | Allows haxe to type result correctly, and hxcpp can recognise this and prevent unwanted casting. |
| SSizeT | |
| SizeT | |
| Star | Allows haxe to type result correctly, and hxcpp can recognise this use the correct type. |
| StdVector | |
| Stdlib | |
| Struct | Wraps external types with a class that integrates with Dynamic. |
| UInt16 | |
| UInt32 | |
| UInt64 | |
| UInt8 | |
| VarList | |
| Void | |
| VoidStarConstStar | |