Concrete Python
git-339c971
|
Classes | |
struct | Data |
Public Member Functions | |
TypeObject (const TypeObject &other) throw () | |
template<typename Visitor > | |
void | visit (Visitor &v) const |
PortableObjectProtocol * | protocol () const |
Static Public Member Functions | |
static TypeObject | Type () |
Protected Member Functions | |
TypeObject (unsigned int address) throw () | |
Private Member Functions | |
Data * | data () const |
TypeObject | ( | unsigned int | address | ) | throw () [explicit, protected] |
Cast an Arena offset into a typed pointer.
TypeObject | ( | const TypeObject & | other | ) | throw () |
Another reference.
TypeObject::Data * data | ( | ) | const [private] |
PortableObjectProtocol * protocol | ( | ) | const |
Direct access to built-in method vector.
Reimplemented from Object.
TypeObject Type | ( | ) | [static] |
Reimplemented from Object.