Concrete Python  git-339c971
Classes | Public Member Functions | Protected Member Functions | Private Member Functions
FunctionContinuation Class Reference
+ Inheritance diagram for FunctionContinuation:
+ Collaboration diagram for FunctionContinuation:

List of all members.

Classes

struct  Data

Public Member Functions

 FunctionContinuation (const FunctionContinuation &other) throw ()
 FunctionContinuation () throw ()
void destroy () throw ()

Protected Member Functions

 FunctionContinuation (unsigned int address) throw ()

Private Member Functions

Datadata () const

Constructor & Destructor Documentation

FunctionContinuation ( unsigned int  address) throw () [explicit, protected]

Cast an Arena offset into a typed pointer.

FunctionContinuation ( const FunctionContinuation other) throw ()

Another reference.

FunctionContinuation ( ) throw ()

Type-specific null pointer.


Member Function Documentation

FunctionContinuation::Data * data ( ) const [private]

Direct short-term access to Arena memory. Valid until the next memory allocation.

void destroy ( ) throw ()

Delete Data and nullify the pointer.