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