ARB
|
#include <AP_buffer.hxx>
Additional Inherited Members | |
Public Types inherited from AP_STACK< NodeState > | |
typedef arb_forward_list < NodeState * > | BASE |
typedef BASE::iterator | iterator |
typedef BASE::const_iterator | const_iterator |
Public Member Functions inherited from AP_STACK< NodeState > | |
void | push (NodeState *element) |
void | shift (NodeState *element) |
NodeState * | pop () |
NodeState * | top () |
const NodeState * | top () const |
size_t | count_elements () const |
bool | empty () const |
Definition at line 163 of file AP_buffer.hxx.