Minsky
|
caches need copy operations to be nobbled, because they hold a reference to the derived variable More...
#include <variable.h>
Public Member Functions | |
VariableCaches ()=default | |
VariableCaches (const VariableCaches &) | |
VariableCaches & | operator= (const VariableCaches &) |
Protected Attributes | |
classdesc::Exclude< std::shared_ptr< RenderVariable > > | cachedNameRender |
cached Pango objects More... | |
classdesc::Exclude< std::shared_ptr< ecolab::Pango > > | cachedMantissa |
classdesc::Exclude< std::shared_ptr< ecolab::Pango > > | cachedExponent |
double | cachedValue |
double | cachedTime |
Private Member Functions | |
CLASSDESC_ACCESS (VariableCaches) | |
caches need copy operations to be nobbled, because they hold a reference to the derived variable
Definition at line 72 of file variable.h.
|
default |
|
inline |
Definition at line 83 of file variable.h.
|
private |
|
inline |
Definition at line 84 of file variable.h.
Referenced by minsky::Variable< VariableType::constant >::operator=().
|
mutableprotected |
Definition at line 79 of file variable.h.
Referenced by minsky::VariableBase::draw().
|
mutableprotected |
Definition at line 78 of file variable.h.
Referenced by minsky::VariableBase::draw().
|
mutableprotected |
cached Pango objects
Definition at line 77 of file variable.h.
Referenced by minsky::VariableBase::draw(), minsky::VariableBase::init(), minsky::VariableBase::name(), and minsky::VariableBase::value().
|
mutableprotected |
Definition at line 80 of file variable.h.
Referenced by minsky::VariableBase::draw().
|
mutableprotected |
Definition at line 80 of file variable.h.
Referenced by minsky::VariableBase::draw().