Bash++
Bash++ compiler internal documentation
Public Member Functions | List of all members
SensibleStringStack Class Reference

A stack that returns an empty string if empty. More...

Inheritance diagram for SensibleStringStack:
Inheritance graph
[legend]
Collaboration diagram for SensibleStringStack:
Collaboration graph
[legend]

Public Member Functions

 SensibleStringStack ()
 
std::string top ()
 
void pop ()
 

Detailed Description

A stack that returns an empty string if empty.

Constructor & Destructor Documentation

◆ SensibleStringStack()

SensibleStringStack::SensibleStringStack ( )
inline

Member Function Documentation

◆ pop()

void SensibleStringStack::pop ( )
inline

◆ top()

std::string SensibleStringStack::top ( )
inline

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