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