ThePEG 2.3.0
|
Functor class to be used to update a range of dependent object in a map. More...
#include <InterfacedBase.h>
Public Member Functions | |
UpdateMapChecker (bool &touched) | |
Constructor. | |
UpdateMapChecker (const UpdateMapChecker &uc) | |
Constructor. | |
template<typename ref > | |
void | operator() (const ref &i) |
Function call operator. | |
Public Attributes | |
bool & | isTouched |
Reference to the bool variable to be set. | |
Functor class to be used to update a range of dependent object in a map.
Definition at line 471 of file InterfacedBase.h.
|
inline |
Constructor.
Definition at line 473 of file InterfacedBase.h.
|
inline |
Constructor.
Definition at line 475 of file InterfacedBase.h.
|
inline |
Function call operator.
Definition at line 477 of file InterfacedBase.h.
References ThePEG::InterfacedBase::UpdateChecker::check(), and isTouched.
bool& ThePEG::InterfacedBase::UpdateMapChecker::isTouched |
Reference to the bool variable to be set.
Definition at line 481 of file InterfacedBase.h.
Referenced by operator()().