OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Invalidator.cpp
Go to the documentation of this file.
1 // ------------------------------------------------------------------------
2 // $RCSfile: Invalidator.cpp,v $
3 // ------------------------------------------------------------------------
4 // $Revision: 1.1 $
5 // ------------------------------------------------------------------------
6 // Copyright: see Copyright.readme
7 // ------------------------------------------------------------------------
8 //
9 // Class: Invalidator
10 // Abstract base class for references which must be invalidated when an
11 // object goes out of scope.
12 //
13 // ------------------------------------------------------------------------
14 //
15 // $Date: 2000/03/29 10:40:34 $
16 // $Author: opal $
17 //
18 // ------------------------------------------------------------------------
19 
21 
22 
23 // Class Invalidator
24 // ------------------------------------------------------------------------
25 
26 
28  // Default action: do nothing
29 }
virtual void invalidate()
Force re-evaluation.
Definition: Invalidator.cpp:27