![]() |
The Gaudi Framework
v36r9 (fd2bdac3)
|
Public Member Functions | |
Eventually (Gaudi::Algorithm const *p, void(*a)(Gaudi::Algorithm const *)) | |
Eventually (Eventually const &)=delete | |
Eventually & | operator= (Eventually const &)=delete |
Eventually (Eventually &&other) | |
Eventually & | operator= (Eventually &&other) |
~Eventually () | |
Public Attributes | |
Gaudi::Algorithm const * | parent = nullptr |
void(* | action )(Gaudi::Algorithm const *) = nullptr |
Definition at line 593 of file MakeAndConsume.cpp.
|
inline |
Definition at line 596 of file MakeAndConsume.cpp.
|
delete |
|
inline |
Definition at line 599 of file MakeAndConsume.cpp.
|
inline |
Definition at line 606 of file MakeAndConsume.cpp.
|
inline |
Definition at line 601 of file MakeAndConsume.cpp.
|
delete |
void( * Gaudi::Examples::Eventually::action) (Gaudi::Algorithm const *) = nullptr |
Definition at line 595 of file MakeAndConsume.cpp.
Gaudi::Algorithm const* Gaudi::Examples::Eventually::parent = nullptr |
Definition at line 594 of file MakeAndConsume.cpp.