|
ThePEG
1.8.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. More... | |
| UpdateMapChecker (const UpdateMapChecker &uc) | |
| Constructor. More... | |
| template<typename ref > | |
| void | operator() (const ref &i) |
| Function call operator. More... | |
Public Attributes | |
| bool & | isTouched |
| Reference to the bool variable to be set. More... | |
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().
| bool& ThePEG::InterfacedBase::UpdateMapChecker::isTouched |
Reference to the bool variable to be set.
Definition at line 481 of file InterfacedBase.h.
1.8.9.1