Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
ComplexStack Struct Reference

Fixture with a stack of complex objects (DynList<int>) More...

Inheritance diagram for ComplexStack:
[legend]
Collaboration diagram for ComplexStack:
[legend]

Public Member Functions

 ComplexStack ()
 
 ComplexStack ()
 
 ComplexStack ()
 
 ComplexStack ()
 

Public Attributes

size_t n = 0
 
ArrayStack< DynList< int > > s
 
DynListStack< DynList< int > > s
 
FixedStack< DynList< int > > s
 

Detailed Description

Fixture with a stack of complex objects (DynList<int>)

Definition at line 60 of file arraystack.cc.

Constructor & Destructor Documentation

◆ ComplexStack() [1/4]

ComplexStack::ComplexStack ( )
inline

Definition at line 64 of file arraystack.cc.

References n, N, and s.

◆ ComplexStack() [2/4]

ComplexStack::ComplexStack ( )
inline

Definition at line 64 of file dynliststack.cc.

References n, N, and s.

◆ ComplexStack() [3/4]

ComplexStack::ComplexStack ( )
inline

Definition at line 89 of file dynliststack_test.cc.

References n, N, and s.

◆ ComplexStack() [4/4]

ComplexStack::ComplexStack ( )
inline

Definition at line 64 of file fixedstack.cc.

References n, N, and s.

Member Data Documentation

◆ n

size_t ComplexStack::n = 0

Definition at line 62 of file arraystack.cc.

Referenced by ComplexStack().

◆ s [1/3]

DynListStack< DynList< int > > ComplexStack::s

Definition at line 63 of file arraystack.cc.

Referenced by ComplexStack().

◆ s [2/3]

DynListStack<DynList<int> > ComplexStack::s

Definition at line 63 of file dynliststack.cc.

◆ s [3/3]

FixedStack<DynList<int> > ComplexStack::s

Definition at line 63 of file fixedstack.cc.


The documentation for this struct was generated from the following files: