OPAL (Object Oriented Parallel Accelerator Library) 2022.1
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::AAutomatic< T >, Expressions::SAutomatic< T >, Expressions::SRefAttr< T >, and Expressions::SRefExpr< T >.
Definition at line 27 of file Invalidator.cpp.