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