Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
DynListQueueTest Class Reference
Inheritance diagram for DynListQueueTest:
[legend]
Collaboration diagram for DynListQueueTest:
[legend]

Protected Member Functions

void SetUp () override
 

Protected Attributes

DynListQueue< intempty_queue
 
DynListQueue< intqueue_with_items
 

Static Protected Attributes

static constexpr size_t N = 100
 

Detailed Description

Definition at line 61 of file tpl_dynListQueue.cc.

Member Function Documentation

◆ SetUp()

void DynListQueueTest::SetUp ( )
inlineoverrideprotected

Definition at line 69 of file tpl_dynListQueue.cc.

References N, Aleph::DynListQueue< T >::put(), and queue_with_items.

Member Data Documentation

◆ empty_queue

DynListQueue<int> DynListQueueTest::empty_queue
protected

Definition at line 64 of file tpl_dynListQueue.cc.

◆ N

constexpr size_t DynListQueueTest::N = 100
staticconstexprprotected

Definition at line 67 of file tpl_dynListQueue.cc.

Referenced by SetUp().

◆ queue_with_items

DynListQueue<int> DynListQueueTest::queue_with_items
protected

Definition at line 65 of file tpl_dynListQueue.cc.

Referenced by SetUp().


The documentation for this class was generated from the following file: