OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
src
src
AbstractObjects
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
20
#include "
AbstractObjects/Invalidator.h
"
21
22
23
// Class Invalidator
24
// ------------------------------------------------------------------------
25
26
27
void
Invalidator::invalidate
() {
28
// Default action: do nothing
29
}
Invalidator.h
Invalidator::invalidate
virtual void invalidate()
Force re-evaluation.
Definition:
Invalidator.cpp:27
Generated on Wed Aug 25 2021 16:41:00 for OPAL (Object Oriented Parallel Accelerator Library) by
1.9.1