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

Protected Member Functions

void SetUp () override
 

Protected Attributes

DynListStack< intempty_stack
 
DynListStack< intstack_with_items
 

Static Protected Attributes

static constexpr size_t N = 100
 

Detailed Description

Definition at line 60 of file tpl_dynListStack.cc.

Member Function Documentation

◆ SetUp()

void DynListStackTest::SetUp ( )
inlineoverrideprotected

Definition at line 68 of file tpl_dynListStack.cc.

References N, Aleph::DynListStack< T >::push(), and stack_with_items.

Member Data Documentation

◆ empty_stack

DynListStack<int> DynListStackTest::empty_stack
protected

Definition at line 63 of file tpl_dynListStack.cc.

◆ N

constexpr size_t DynListStackTest::N = 100
staticconstexprprotected

Definition at line 66 of file tpl_dynListStack.cc.

Referenced by SetUp().

◆ stack_with_items

DynListStack<int> DynListStackTest::stack_with_items
protected

Definition at line 64 of file tpl_dynListStack.cc.

Referenced by SetUp().


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