torc-master
|
Bison stack class. More...
#include <stack.hh>
Public Types | |
typedef S::reverse_iterator | iterator |
Bison undocumented. More... | |
typedef S::const_reverse_iterator | const_iterator |
Bison undocumented. More... | |
typedef S::reverse_iterator | iterator |
typedef S::const_reverse_iterator | const_iterator |
Public Member Functions | |
stack () | |
stack (unsigned int n) | |
Bison undocumented. More... | |
T & | operator[] (unsigned int i) |
Bison undocumented. More... | |
const T & | operator[] (unsigned int i) const |
Bison undocumented. More... | |
void | push (const T &t) |
Bison undocumented. More... | |
void | pop (unsigned int n=1) |
Bison undocumented. More... | |
unsigned int | height () const |
Bison undocumented. More... | |
const_iterator | begin () const |
Bison undocumented. More... | |
const_iterator | end () const |
Bison undocumented. More... | |
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_ |
Bison undocumented. More... | |
Bison stack class.
Definition at line 43 of file bitstream/assembler/lut/stack.hh.
torc::stack< T, S >::const_iterator |
Bison undocumented.
Definition at line 49 of file bitstream/assembler/lut/stack.hh.
typedef S::const_reverse_iterator torc::stack< T, S >::const_iterator |
Definition at line 49 of file physical/xdl/stack.hh.
typedef S::reverse_iterator torc::stack< T, S >::iterator |
Definition at line 48 of file physical/xdl/stack.hh.
torc::stack< T, S >::iterator |
Bison undocumented.
Definition at line 48 of file bitstream/assembler/lut/stack.hh.
|
inline |
Definition at line 51 of file bitstream/assembler/lut/stack.hh.
|
inline |
|
inline |
Definition at line 51 of file physical/xdl/stack.hh.
|
inline |
Definition at line 55 of file physical/xdl/stack.hh.
|
inline |
|
inline |
Definition at line 95 of file physical/xdl/stack.hh.
|
inline |
|
inline |
Definition at line 96 of file physical/xdl/stack.hh.
|
inline |
|
inline |
Definition at line 90 of file physical/xdl/stack.hh.
|
inline |
|
inline |
Definition at line 61 of file physical/xdl/stack.hh.
|
inline |
Definition at line 68 of file physical/xdl/stack.hh.
|
inline |
|
inline |
Bison undocumented.
Definition at line 82 of file bitstream/assembler/lut/stack.hh.
|
inline |
Definition at line 82 of file physical/xdl/stack.hh.
|
inline |
Bison undocumented.
Definition at line 75 of file bitstream/assembler/lut/stack.hh.
|
inline |
Definition at line 75 of file physical/xdl/stack.hh.
|
private |
Bison undocumented.
Definition at line 100 of file bitstream/assembler/lut/stack.hh.