![]() |
API
4.5-2024-01-10-34fd6af0b
For MATLAB, Python, Java, and C++ users
|
A cache variable containing a value of type T. More...
Public Member Functions | |
| CacheVariable ()=default | |
A cache variable containing a value of type T.
CacheVariable is a handle to the cache variable's value and validityCacheVariable members (ideally, as private members), which grants them strongly-typed access to cache variable valuesCacheVariable should be initialized with Component::addCacheVariable; usually, in the Component::extendAddToSystem method. A cache variable's value will not be valid until after Component::realizeTopology is called| T | Type of data held in the cache variable |
|
default |