Bash++
Bash++ compiler internal documentation
Public Member Functions | Static Public Attributes | List of all members
SensibleStack< T, typename > Class Template Reference

A stack that returns zero if empty. More...

Inheritance diagram for SensibleStack< T, typename >:
Inheritance graph
[legend]
Collaboration diagram for SensibleStack< T, typename >:
Collaboration graph
[legend]

Public Member Functions

 SensibleStack ()
 
top ()
 
void pop ()
 

Static Public Attributes

static const T zero = T(0)
 

Detailed Description

template<typename T, typename = std::enable_if<std::is_arithmetic_v<T>>>
class SensibleStack< T, typename >

A stack that returns zero if empty.

This is used heavily in the lexer

Constructor & Destructor Documentation

◆ SensibleStack()

template<typename T , typename = std::enable_if<std::is_arithmetic_v<T>>>
SensibleStack< T, typename >::SensibleStack ( )
inline

Member Function Documentation

◆ pop()

template<typename T , typename = std::enable_if<std::is_arithmetic_v<T>>>
void SensibleStack< T, typename >::pop ( )
inline

◆ top()

template<typename T , typename = std::enable_if<std::is_arithmetic_v<T>>>
T SensibleStack< T, typename >::top ( )
inline

Member Data Documentation

◆ zero

template<typename T , typename = std::enable_if<std::is_arithmetic_v<T>>>
const T SensibleStack< T, typename >::zero = T(0)
static

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