Concrete Python
git-339c971
|
Classes | |
struct | Data |
Public Member Functions | |
ExtendedObject (const ExtendedObject &other) throw () | |
Protected Member Functions | |
ExtendedObject (unsigned int address) throw () | |
Private Member Functions | |
Data * | data () const |
ExtendedObject | ( | unsigned int | address | ) | throw () [explicit, protected] |
Cast an Arena offset into a typed pointer.
ExtendedObject | ( | const ExtendedObject & | other | ) | throw () |
Another reference.
ExtendedObject::Data * data | ( | ) | const [private] |
Direct short-term access to Arena memory. Valid until the next memory allocation.
Reimplemented from Object.
Reimplemented in BytesObject, StringObject, DictObject, and TupleObject.