Concrete Python
git-339c971
|
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 () |
BoolObject | ( | unsigned int | address | ) | throw () [explicit, protected] |
Cast an Arena offset into a typed pointer.
BoolObject | ( | const BoolObject & | other | ) | throw () |
Another reference.
TypeObject Type | ( | ) | [static] |
Reimplemented from LongObject.
void visit | ( | Visitor & | v | ) | const |
Visit all object references referenced by this object.
Reimplemented from LongObject.