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

List of all members.

Classes

struct  Data

Public Member Functions

 FunctionObject (const FunctionObject &other) throw ()
template<typename Visitor >
void visit (Visitor &v) const

Static Public Member Functions

static TypeObject Type ()

Protected Member Functions

 FunctionObject (unsigned int address) throw ()

Private Member Functions

Datadata () const

Constructor & Destructor Documentation

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

Cast an Arena offset into a typed pointer.

FunctionObject ( const FunctionObject other) throw ()

Another reference.


Member Function Documentation

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

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

Reimplemented from Object.

TypeObject Type ( ) [static]
Returns:
a reference to the TypeObject instance representing FunctionObject

Reimplemented from Object.

void visit ( Visitor &  v) const

Visit all object references referenced by this object.

Reimplemented from Object.