|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Protected Member Functions | |
| void | SetUp () override |
| void | populateList (Dlink &l, size_t start, size_t count) |
Protected Attributes | |
| Dlink | list |
| Dlink | aux |
| vector< Dlink > | nodes |
Definition at line 345 of file dlink_test.cc.
|
inlineprotected |
Definition at line 356 of file dlink_test.cc.
References Aleph::DynList< T >::append(), Aleph::count(), l, and nodes.
|
inlineoverrideprotected |
Definition at line 351 of file dlink_test.cc.
References nodes.
|
protected |
Definition at line 348 of file dlink_test.cc.
|
protected |
Definition at line 348 of file dlink_test.cc.
|
protected |
Definition at line 349 of file dlink_test.cc.
Referenced by populateList(), and SetUp().