|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Fixture with a stack of complex objects (DynList<int>) More...
Public Member Functions | |
| ComplexStack () | |
| ComplexStack () | |
| ComplexStack () | |
| ComplexStack () | |
Public Attributes | |
| size_t | n = 0 |
| ArrayStack< DynList< int > > | s |
| DynListStack< DynList< int > > | s |
| FixedStack< DynList< int > > | s |
Fixture with a stack of complex objects (DynList<int>)
Definition at line 60 of file arraystack.cc.
|
inline |
Definition at line 64 of file arraystack.cc.
|
inline |
Definition at line 64 of file dynliststack.cc.
|
inline |
Definition at line 89 of file dynliststack_test.cc.
|
inline |
Definition at line 64 of file fixedstack.cc.
| size_t ComplexStack::n = 0 |
Definition at line 62 of file arraystack.cc.
Referenced by ComplexStack().
| DynListStack< DynList< int > > ComplexStack::s |
Definition at line 63 of file arraystack.cc.
Referenced by ComplexStack().
| DynListStack<DynList<int> > ComplexStack::s |
Definition at line 63 of file dynliststack.cc.
| FixedStack<DynList<int> > ComplexStack::s |
Definition at line 63 of file fixedstack.cc.