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

Fixture with a stack of strings. More...

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

Public Member Functions

 StringStack ()
 

Public Attributes

DynListStack< string > s
 

Detailed Description

Fixture with a stack of strings.

Definition at line 97 of file dynliststack_test.cc.

Constructor & Destructor Documentation

◆ StringStack()

StringStack::StringStack ( )
inline

Definition at line 101 of file dynliststack_test.cc.

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

Member Data Documentation

◆ s

DynListStack<string> StringStack::s

Definition at line 99 of file dynliststack_test.cc.

Referenced by StringStack().


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