#include "pt-eval.h"
Public Member Functions | |
value_stack (const value_stack &)=default | |
value_stack (void)=default | |
~value_stack (void)=default | |
void | clear (void) |
bool | empty (void) const |
value_stack & | operator= (const value_stack &)=default |
void | pop (void) |
void | push (const T &val) |
std::size_t | size (void) const |
T | top (void) const |
T | val_pop (void) |
Private Attributes | |
std::stack< T > | m_stack |
|
default |
|
default |
|
default |
|
inline |
|
inline |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |