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

List of all members.

Public Member Functions

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

Static Public Member Functions

static TypeObject Type ()

Protected Member Functions

 BoolObject (unsigned int address) throw ()

Constructor & Destructor Documentation

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

Cast an Arena offset into a typed pointer.

BoolObject ( const BoolObject other) throw ()

Another reference.


Member Function Documentation

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

Reimplemented from LongObject.

void visit ( Visitor &  v) const

Visit all object references referenced by this object.

Reimplemented from LongObject.