g2o
|
#include <stack.hh>
Public Types | |
typedef S::reverse_iterator | iterator |
typedef S::const_reverse_iterator | const_iterator |
Public Member Functions | |
stack () | |
stack (unsigned int n) | |
T & | operator[] (unsigned int i) |
const T & | operator[] (unsigned int i) const |
void | push (const T &t) |
void | pop (unsigned int n=1) |
unsigned int | height () const |
const_iterator | begin () const |
const_iterator | end () const |
Private Attributes | |
S | seq_ |
typedef S::const_reverse_iterator SlamParser::stack< T, S >::const_iterator |
typedef S::reverse_iterator SlamParser::stack< T, S >::iterator |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 81 of file stack.hh.
Referenced by SlamParser::Parser::parse().
|
private |
Definition at line 106 of file stack.hh.
Referenced by SlamParser::stack< semantic_type >::begin(), SlamParser::stack< semantic_type >::end(), SlamParser::stack< semantic_type >::height(), SlamParser::stack< semantic_type >::operator[](), SlamParser::stack< semantic_type >::pop(), and SlamParser::stack< semantic_type >::push().