|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Protected Member Functions | |
| void | SetUp () override |
Protected Attributes | |
| DynListStack< int > | empty_stack |
| DynListStack< int > | stack_with_items |
Static Protected Attributes | |
| static constexpr size_t | N = 100 |
Definition at line 60 of file tpl_dynListStack.cc.
|
inlineoverrideprotected |
Definition at line 68 of file tpl_dynListStack.cc.
References N, Aleph::DynListStack< T >::push(), and stack_with_items.
|
protected |
Definition at line 63 of file tpl_dynListStack.cc.
Definition at line 66 of file tpl_dynListStack.cc.
Referenced by SetUp().
|
protected |
Definition at line 64 of file tpl_dynListStack.cc.
Referenced by SetUp().