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