NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
mu::CachedDataAccess Struct Reference

Describes an already evaluated data access, which can be reconstructed from the current parser state. More...

#include <muParserState.hpp>

Collaboration diagram for mu::CachedDataAccess:

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
 

Detailed Description

Describes an already evaluated data access, which can be reconstructed from the current parser state.

Definition at line 38 of file muParserState.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
NO_FLAG 
IS_CLUSTER 
IS_TABLE_METHOD 

Definition at line 40 of file muParserState.hpp.

Member Data Documentation

◆ flags

int mu::CachedDataAccess::flags

Definition at line 50 of file muParserState.hpp.

Referenced by handleCachedDataAccess().

◆ sAccessEquation

std::string mu::CachedDataAccess::sAccessEquation

Definition at line 47 of file muParserState.hpp.

Referenced by handleCachedDataAccess().

◆ sCacheName

std::string mu::CachedDataAccess::sCacheName

Definition at line 49 of file muParserState.hpp.

Referenced by handleCachedDataAccess().

◆ sVectorName

std::string mu::CachedDataAccess::sVectorName

Definition at line 48 of file muParserState.hpp.

Referenced by handleCachedDataAccess().


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