|
ct_common
1.0.1
Common library for combinatorial testing
|
#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 |
| typedef S::const_reverse_iterator yy::stack< T, S >::const_iterator |
| const_iterator yy::stack< T, S >::begin | ( | ) | const [inline] |
| const_iterator yy::stack< T, S >::end | ( | ) | const [inline] |
| T& yy::stack< T, S >::operator[] | ( | unsigned int | i | ) | [inline] |
| const T& yy::stack< T, S >::operator[] | ( | unsigned int | i | ) | const [inline] |
1.7.6.1