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