#include <ltlparse/stack.hh>
Collaboration diagram for yy::Stack< T, S >:
Public Types | |
typedef S::iterator | Iterator |
typedef S::const_iterator | ConstIterator |
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 |
ConstIterator | begin () const |
ConstIterator | end () const |
Private Attributes | |
S | seq_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|