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