NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
A simple container for a single item in the string expression RPN stack. More...
#include <stringdatastructures.hpp>
Public Member Functions | |
StringStackItem (StringView sView, int val=-1) | |
Public Attributes | |
StringView | m_data |
int | m_val |
A simple container for a single item in the string expression RPN stack.
Definition at line 209 of file stringdatastructures.hpp.
|
inline |
Definition at line 214 of file stringdatastructures.hpp.
StringView StringStackItem::m_data |
Definition at line 211 of file stringdatastructures.hpp.
int StringStackItem::m_val |
Definition at line 212 of file stringdatastructures.hpp.