|
ThePEG
1.8.0
|
Functor class to be used to update a range of dependent object. More...
#include <InterfacedBase.h>
Public Member Functions | |
| UpdateChecker (bool &touched) | |
| Constructor. More... | |
| UpdateChecker (const UpdateChecker &uc) | |
| Constructor. More... | |
| template<typename ptr > | |
| void | operator() (const ptr &i) |
| Function call operator. More... | |
Static Public Member Functions | |
| static void | check (tIBPtr, bool &) |
| Call the check function for an object. More... | |
Public Attributes | |
| bool & | isTouched |
| set to false if any check() call fails. More... | |
Functor class to be used to update a range of dependent object.
Definition at line 453 of file InterfacedBase.h.
|
inline |
Constructor.
Definition at line 455 of file InterfacedBase.h.
|
inline |
Constructor.
Definition at line 457 of file InterfacedBase.h.
|
static |
Call the check function for an object.
Referenced by operator()(), and ThePEG::InterfacedBase::UpdateMapChecker::operator()().
|
inline |
| bool& ThePEG::InterfacedBase::UpdateChecker::isTouched |
set to false if any check() call fails.
Definition at line 465 of file InterfacedBase.h.
1.8.9.1