|
Concrete Python
git-339c971
|
Inheritance diagram for LongObject:
Collaboration diagram for LongObject:Classes | |
| struct | Data |
Public Member Functions | |
| LongObject (const LongObject &other) throw () | |
| template<typename Visitor > | |
| void | visit (Visitor &v) const |
Static Public Member Functions | |
| static TypeObject | Type () |
Protected Member Functions | |
| LongObject (unsigned int address) throw () | |
Private Member Functions | |
| Data * | data () const |
| LongObject | ( | unsigned int | address | ) | throw () [explicit, protected] |
Cast an Arena offset into a typed pointer.
| LongObject | ( | const LongObject & | other | ) | throw () |
Another reference.
| LongObject::Data * data | ( | ) | const [private] |
| TypeObject Type | ( | ) | [static] |
Reimplemented from Object.
Reimplemented in BoolObject.
| void visit | ( | Visitor & | v | ) | const |
Visit all object references referenced by this object.
Reimplemented from Object.
Reimplemented in BoolObject.
1.7.6.1