|
librostlab-blast
1.0.0
|
#include <blast-parser-stack.h>
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 |
Definition at line 48 of file blast-parser-stack.h.
| typedef S::const_reverse_iterator rostlab::blast::stack< T, S >::const_iterator |
Definition at line 54 of file blast-parser-stack.h.
| typedef S::reverse_iterator rostlab::blast::stack< T, S >::iterator |
Definition at line 53 of file blast-parser-stack.h.
| rostlab::blast::stack< T, S >::stack | ( | ) | [inline] |
Definition at line 56 of file blast-parser-stack.h.
| rostlab::blast::stack< T, S >::stack | ( | unsigned int | n | ) | [inline] |
Definition at line 60 of file blast-parser-stack.h.
| const_iterator rostlab::blast::stack< T, S >::begin | ( | ) | const [inline] |
Definition at line 100 of file blast-parser-stack.h.
| const_iterator rostlab::blast::stack< T, S >::end | ( | ) | const [inline] |
Definition at line 101 of file blast-parser-stack.h.
| unsigned int rostlab::blast::stack< T, S >::height | ( | ) | const [inline] |
Definition at line 95 of file blast-parser-stack.h.
| T& rostlab::blast::stack< T, S >::operator[] | ( | unsigned int | i | ) | [inline] |
Definition at line 66 of file blast-parser-stack.h.
| const T& rostlab::blast::stack< T, S >::operator[] | ( | unsigned int | i | ) | const [inline] |
Definition at line 73 of file blast-parser-stack.h.
| void rostlab::blast::stack< T, S >::pop | ( | unsigned int | n = 1 | ) | [inline] |
Definition at line 87 of file blast-parser-stack.h.
| void rostlab::blast::stack< T, S >::push | ( | const T & | t | ) | [inline] |
Definition at line 80 of file blast-parser-stack.h.
1.7.6.1