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

List of all members.

Classes

struct  Data

Public Member Functions

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

Static Public Member Functions

static TypeObject Type ()

Protected Member Functions

 TypeObject (unsigned int address) throw ()

Private Member Functions

Datadata () const

Constructor & Destructor Documentation

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

Cast an Arena offset into a typed pointer.

TypeObject ( const TypeObject other) throw ()

Another reference.


Member Function Documentation

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

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

Reimplemented from Object.

Direct access to built-in method vector.

Returns:
borrowed short-term reference

Reimplemented from Object.

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

Reimplemented from Object.

void visit ( Visitor &  v) const

Visit all object references referenced by this object.

Reimplemented from Object.