|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Protected Member Functions | |
| void | SetUp () override |
Protected Attributes | |
| DynListQueue< int > | empty_queue |
| DynListQueue< int > | queue_with_items |
Static Protected Attributes | |
| static constexpr size_t | N = 100 |
Definition at line 61 of file tpl_dynListQueue.cc.
|
inlineoverrideprotected |
Definition at line 69 of file tpl_dynListQueue.cc.
References N, Aleph::DynListQueue< T >::put(), and queue_with_items.
|
protected |
Definition at line 64 of file tpl_dynListQueue.cc.
Definition at line 67 of file tpl_dynListQueue.cc.
Referenced by SetUp().
|
protected |
Definition at line 65 of file tpl_dynListQueue.cc.
Referenced by SetUp().