The Gaudi Framework
master (37c0b60a)
|
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 618 of file MakeAndConsume.cpp.
|
inline |
Definition at line 621 of file MakeAndConsume.cpp.
|
delete |
|
inline |
Definition at line 624 of file MakeAndConsume.cpp.
|
inline |
Definition at line 631 of file MakeAndConsume.cpp.
|
inline |
Definition at line 626 of file MakeAndConsume.cpp.
|
delete |
void( * Gaudi::TestSuite::Eventually::action) (Gaudi::Algorithm const *) = nullptr |
Definition at line 620 of file MakeAndConsume.cpp.
Gaudi::Algorithm const* Gaudi::TestSuite::Eventually::parent = nullptr |
Definition at line 619 of file MakeAndConsume.cpp.