CxxObject¶
- 
public interface CxxObject¶
- Base class for every C++ composite type. 
Methods¶
_cxx_rt_peer¶
- 
 long _cxx_rt_peer()¶
- Returns the underlying C++ peer to this object. - Returns: - peer of this object 
cxxGetDirectInterface¶
cxxGetUnsafeDirectInterface¶
cxxGetUnsafeImplInterface¶
cxxIsConstInterface¶
- 
 boolean cxxIsConstInterface()¶
- Tells whether or not this object is a const interface or not. - Returns: - true if this object is a const interface otherwise false 
