Definition at line 649 of file MakeAndConsume.cpp.
◆ Eventually() [1/3]
Definition at line 652 of file MakeAndConsume.cpp.
void(* action)(Gaudi::Algorithm const *)
Gaudi::Algorithm const * parent
◆ Eventually() [2/3]
Gaudi::TestSuite::Eventually::Eventually |
( |
Eventually const & | | ) |
|
|
delete |
◆ Eventually() [3/3]
Gaudi::TestSuite::Eventually::Eventually |
( |
Eventually && | other | ) |
|
|
inline |
◆ ~Eventually()
Gaudi::TestSuite::Eventually::~Eventually |
( |
| ) |
|
|
inline |
◆ operator=() [1/2]
Definition at line 657 of file MakeAndConsume.cpp.
657 {
658 parent = std::exchange( other.parent,
nullptr );
659 action = std::exchange( other.action,
nullptr );
660 return *this;
661 }
◆ operator=() [2/2]
◆ action
void(* Gaudi::TestSuite::Eventually::action) (Gaudi::Algorithm const *) = nullptr |
◆ parent
The documentation for this struct was generated from the following file: