CxxRuntime¶
- 
public class CxxRuntime¶
- CxxRuntime. - NativeRuntimeimplementation used for supporting C++ features.
Fields¶
Methods¶
castToPtr¶
construct¶
constructPtrForPeer¶
- 
public static ConstVoidPtr constructPtrForPeer(long peer, int depth, Class<?> elementClass)¶
- Creates a pointer for the specified peer, depth and element Class. - Parameters: - peer – Native peer
- depth – Indirection depth
- elementClass – Element class
 - Throws: - Returns: - Constructed pointer 
delete¶
deleteWith¶
detachOnly¶
- 
public static <T extends CxxObject> void detachOnly(T object)¶
- Detaches the specified object from the runtime cache. - Parameters: - object – Object to detach
- <T> – Type of object
 
