Definition at line 676 of file MakeAndConsume.cpp.
◆ Eventually() [1/3]
Definition at line 679 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 684 of file MakeAndConsume.cpp.
684 {
685 parent = std::exchange( other.parent,
nullptr );
686 action = std::exchange( other.action,
nullptr );
687 return *this;
688 }
◆ 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: