Index  |  Classes  |  Functions

ClassDynOpaque

class DynOpaque

Opaque remote data "pseudo-class" encapsulator. more...


Member list

Methods
getData Gets the inner opaque pointer.
toString Returns s string representation of this object.

Detailed description

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.


Class methods

getData()

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.

toString()

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
Made with Faldoc 1.0.0