librostlab-blast
1.0.1
|
#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 46 of file blast-parser-stack.h.
typedef S::const_reverse_iterator rostlab::blast::stack< T, S >::const_iterator |
Definition at line 52 of file blast-parser-stack.h.
typedef S::reverse_iterator rostlab::blast::stack< T, S >::iterator |
Definition at line 51 of file blast-parser-stack.h.
|
inline |
Definition at line 54 of file blast-parser-stack.h.
|
inline |
Definition at line 58 of file blast-parser-stack.h.
|
inline |
Definition at line 98 of file blast-parser-stack.h.
|
inline |
Definition at line 99 of file blast-parser-stack.h.
|
inline |
Definition at line 93 of file blast-parser-stack.h.
|
inline |
Definition at line 64 of file blast-parser-stack.h.
|
inline |
Definition at line 71 of file blast-parser-stack.h.
|
inline |
Definition at line 85 of file blast-parser-stack.h.
|
inline |
Definition at line 78 of file blast-parser-stack.h.