#include <ltlparse/stack.hh>
Collaboration diagram for yy::stack< T, S >:

Public Types | |
| typedef S::reverse_iterator | iterator |
| typedef S::const_reverse_iterator | const_iterator |
| 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 |
| 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_ |
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
|
|
1.4.0