|
ARB
|
#include <AP_sequence.hxx>#include <arb_forward_list.h>#include <smartptr.h>#include <set>

Go to the source code of this file.
Classes | |
| struct | AP_STACK< ELEM > |
| struct | NodeState |
| struct | StateStack |
| class | ResourceStack |
| class | StackFrameData |
| class | NodeStack |
| struct | FrameStack |
Macros | |
| #define | CHECK_ROOT_POPS |
| #define | CHECK_STACK_RESOURCE_HANDLING |
Typedefs | |
| typedef unsigned long | Level |
| typedef std::set< AP_tree_nlen * > | NodeSet |
| typedef std::set< AP_tree_edge * > | EdgeSet |
Enumerations | |
| enum | AP_STACK_MODE { NOTHING = 0, STRUCTURE = 1, SEQUENCE = 2, BOTH = 3, ROOT = 7 } |
| #define CHECK_ROOT_POPS |
Definition at line 173 of file AP_buffer.hxx.
| #define CHECK_STACK_RESOURCE_HANDLING |
Definition at line 234 of file AP_buffer.hxx.
Definition at line 126 of file AP_buffer.hxx.
| typedef std::set<AP_tree_nlen*> NodeSet |
Definition at line 176 of file AP_buffer.hxx.
| typedef std::set<AP_tree_edge*> EdgeSet |
Definition at line 177 of file AP_buffer.hxx.
| enum AP_STACK_MODE |
| Enumerator | |
|---|---|
| NOTHING | |
| STRUCTURE | |
| SEQUENCE | |
| BOTH | |
| ROOT | |
Definition at line 117 of file AP_buffer.hxx.
1.8.8