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