Index | | | Classes | | | Functions |
class DynOpaque
Opaque remote data "pseudo-class" encapsulator. more...
Methods | |
getData | Gets the inner opaque pointer. |
toString | Returns s string representation of this object. |
This class encapsulates a opaque pseudo-class for dynamic function calls.
It cannot be instantiated directly; instead, it is created by DynFunction.call if a certain dynamic function has been declared to return a safe PseudoClass type in DynLib.get.
Gets the inner opaque pointer.
DynOpaque.getData( ) | |
Returns: | A pointer-sized integer containing the dynamic opaque data. |
This functions returns the pointer stored in the safe pseudo-class wrapper. That value can be directly fed into non-prototyped remote functions (i.e. created with DynLib.get without parameter specificators), accepting a pointer to remote data in their parameters.
Returns s string representation of this object.
DynOpaque.toString( ) | |
Returns: | A string representation of this object. |
Describes this instance as a pseudo-class foreign pointer.
Index | | | Classes | | | Functions |