|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Fixture with a stack of integers. More...
Public Member Functions | |
| SimpleStack () | |
| SimpleStack () | |
| SimpleStack () | |
| SimpleStack () | |
Public Attributes | |
| size_t | n = 0 |
| ArrayStack< int > | s |
| DynListStack< int > | s |
| FixedStack< int > | s |
Fixture with a stack of integers.
Definition at line 49 of file arraystack.cc.
|
inline |
Definition at line 53 of file arraystack.cc.
References n, N, Aleph::ArrayStack< T >::push(), and s.
|
inline |
Definition at line 53 of file dynliststack.cc.
References n, N, Aleph::ArrayStack< T >::push(), and s.
|
inline |
Definition at line 76 of file dynliststack_test.cc.
References n, N, Aleph::ArrayStack< T >::push(), and s.
|
inline |
Definition at line 53 of file fixedstack.cc.
References n, N, Aleph::ArrayStack< T >::push(), and s.
| size_t SimpleStack::n = 0 |
Definition at line 51 of file arraystack.cc.
Referenced by SimpleStack().
| DynListStack< int > SimpleStack::s |
Definition at line 52 of file arraystack.cc.
Referenced by SimpleStack().
| DynListStack<int> SimpleStack::s |
Definition at line 52 of file dynliststack.cc.
| FixedStack<int> SimpleStack::s |
Definition at line 52 of file fixedstack.cc.