|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Fixture with a stack of strings. More...
Public Member Functions | |
| StringStack () | |
Public Attributes | |
| DynListStack< string > | s |
Fixture with a stack of strings.
Definition at line 97 of file dynliststack_test.cc.
|
inline |
Definition at line 101 of file dynliststack_test.cc.
References Aleph::DynListStack< T >::push(), and s.
| DynListStack<string> StringStack::s |
Definition at line 99 of file dynliststack_test.cc.
Referenced by StringStack().