NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This is the parser state stack for a whole command line. Might contain multiple single states and cached data accesses. More...
#include <muParserState.hpp>
Public Member Functions | |
LineStateStack () | |
void | clear () |
Public Attributes | |
std::vector< State > | m_states |
Cache | m_cache |
ExpressionTarget | m_target |
This is the parser state stack for a whole command line. Might contain multiple single states and cached data accesses.
Definition at line 212 of file muParserState.hpp.
|
inline |
Definition at line 218 of file muParserState.hpp.
|
inline |
Definition at line 220 of file muParserState.hpp.
References mu::Cache::clear(), mu::ExpressionTarget::clear(), m_cache, m_states, and m_target.
Cache mu::LineStateStack::m_cache |
Definition at line 215 of file muParserState.hpp.
Referenced by clear().
std::vector<State> mu::LineStateStack::m_states |
Definition at line 214 of file muParserState.hpp.
Referenced by clear().
ExpressionTarget mu::LineStateStack::m_target |
Definition at line 216 of file muParserState.hpp.
Referenced by clear().