![]() |
![]() |
#include <PostReadFixupTrait.h>
Public Member Functions | |
template<typename C > | |
void | operator() (const C &c) const |
PostReadFixup () | |
void | touch () |
Private Attributes | |
bool | fixed_ |
Definition at line 12 of file PostReadFixupTrait.h.
edm::helpers::PostReadFixup::PostReadFixup | ( | ) | [inline] |
Definition at line 13 of file PostReadFixupTrait.h.
: fixed_(false) { }
void edm::helpers::PostReadFixup::operator() | ( | const C & | c | ) | const [inline] |
void edm::helpers::PostReadFixup::touch | ( | ) | [inline] |
bool edm::helpers::PostReadFixup::fixed_ [mutable, private] |
Definition at line 24 of file PostReadFixupTrait.h.
Referenced by operator()(), and touch().