#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. |
Definition at line 462 of file InterfacedBase.h.
ThePEG::InterfacedBase::UpdateMapChecker::UpdateMapChecker | ( | bool & | touched | ) | [inline] |
ThePEG::InterfacedBase::UpdateMapChecker::UpdateMapChecker | ( | const UpdateMapChecker & | uc | ) | [inline] |
void ThePEG::InterfacedBase::UpdateMapChecker::operator() | ( | const ref & | i | ) | [inline] |
Function call operator.
Definition at line 468 of file InterfacedBase.h.
References ThePEG::InterfacedBase::UpdateChecker::check(), and isTouched.
Reference to the bool variable to be set.
Definition at line 472 of file InterfacedBase.h.
Referenced by operator()().