torc::generic::stack< T, S > Class Template Reference
List of all members.
Public Types |
|
typedef S::reverse_iterator | iterator |
|
typedef S::const_reverse_iterator | const_iterator |
Public Member Functions |
|
| 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_ |
Detailed Description
template<class T, class S = std::deque<T>>
class torc::generic::stack< T, S >
Definition at line 48 of file stack.hh.
The documentation for this class was generated from the following file: