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