OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
Abstract base class for references which must be invalidated when an. More...
#include <Invalidator.h>
Public Member Functions | |
virtual void | invalidate () |
Force re-evaluation. More... | |
Abstract base class for references which must be invalidated when an.
Definition at line 27 of file Invalidator.h.
|
virtual |
Force re-evaluation.
Reimplemented in Expressions::SRefExpr< T >, Expressions::SRefAttr< T >, Expressions::SAutomatic< T >, and Expressions::AAutomatic< T >.
Definition at line 27 of file Invalidator.cpp.