NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Describes an already evaluated data access, which can be reconstructed from the current parser state. More...
#include <muParserState.hpp>
Public Types | |
enum | { NO_FLAG = 0x0 , IS_CLUSTER = 0x1 , IS_TABLE_METHOD = 0x2 } |
Public Attributes | |
std::string | sAccessEquation |
std::string | sVectorName |
std::string | sCacheName |
int | flags |
Describes an already evaluated data access, which can be reconstructed from the current parser state.
Definition at line 38 of file muParserState.hpp.
anonymous enum |
Enumerator | |
---|---|
NO_FLAG | |
IS_CLUSTER | |
IS_TABLE_METHOD |
Definition at line 40 of file muParserState.hpp.
int mu::CachedDataAccess::flags |
Definition at line 50 of file muParserState.hpp.
Referenced by handleCachedDataAccess().
std::string mu::CachedDataAccess::sAccessEquation |
Definition at line 47 of file muParserState.hpp.
Referenced by handleCachedDataAccess().
std::string mu::CachedDataAccess::sCacheName |
Definition at line 49 of file muParserState.hpp.
Referenced by handleCachedDataAccess().
std::string mu::CachedDataAccess::sVectorName |
Definition at line 48 of file muParserState.hpp.
Referenced by handleCachedDataAccess().