ARB
Public Member Functions | Public Attributes | List of all members
NodeStack Class Reference

#include <AP_buffer.hxx>

Inheritance diagram for NodeStack:
Inheritance graph
[legend]
Collaboration diagram for NodeStack:
Collaboration graph
[legend]

Public Member Functions

 NodeStack (StackFrameData *&data)
 
 ~NodeStack ()
 
StackFrameDatatake_previous_frame_data ()
 
void revert_resources (StackFrameData *current)
 
void accept_resources (StackFrameData *current, ResourceStack *common)
 
- Public Member Functions inherited from AP_STACK< AP_tree_nlen >
void push (AP_tree_nlen *element)
 
void shift (AP_tree_nlen *element)
 
AP_tree_nlen * pop ()
 
AP_tree_nlen * top ()
 
const AP_tree_nlen * top () const
 
size_t count_elements () const
 
bool empty () const
 

Public Attributes

AP_tree_nlen * root_at_create
 

Additional Inherited Members

- Public Types inherited from AP_STACK< AP_tree_nlen >
typedef arb_forward_list
< AP_tree_nlen * > 
BASE
 
typedef BASE::iterator iterator
 
typedef BASE::const_iterator const_iterator
 

Detailed Description

Definition at line 237 of file AP_buffer.hxx.

Constructor & Destructor Documentation

NodeStack::NodeStack ( StackFrameData *&  data)
inlineexplicit

Definition at line 244 of file AP_buffer.hxx.

References NULp.

NodeStack::~NodeStack ( )
inline

Definition at line 252 of file AP_buffer.hxx.

References ap_assert.

Member Function Documentation

StackFrameData* NodeStack::take_previous_frame_data ( )
inline

Definition at line 259 of file AP_buffer.hxx.

References NULp.

void NodeStack::revert_resources ( StackFrameData current)
inline

Definition at line 265 of file AP_buffer.hxx.

References ap_assert, and StackFrameData::revert_resources().

void NodeStack::accept_resources ( StackFrameData current,
ResourceStack common 
)
inline

Definition at line 272 of file AP_buffer.hxx.

References StackFrameData::accept_resources(), and ap_assert.

Member Data Documentation

AP_tree_nlen* NodeStack::root_at_create

Definition at line 281 of file AP_buffer.hxx.


The documentation for this class was generated from the following file: