![]() |
Belle II Software release-09-00-03
|
Mixin class to attach an automaton cell to an object or pointer. More...
#include <WithAutomatonCell.h>


Public Member Functions | |
| WithAutomatonCell (const T &obj) | |
| Mixin class wraps an object a. | |
| AutomatonCell & | getAutomatonCell () const |
| Mutable getter for the automaton cell. | |
| void | unsetAndForwardMaskedFlag () const |
| Mockup as we do not have any sub-items. | |
| void | setAndForwardMaskedFlag () const |
| Mockup as we do not have any sub-items. | |
| void | receiveMaskedFlag () const |
| Mockup as we do not have any sub-items. | |
Private Types | |
| using | Super = ScalarToClass< T > |
| Base class of the mixin. | |
Private Attributes | |
| AutomatonCell | m_automatonCell |
| Memory for the automaton cell. | |
Mixin class to attach an automaton cell to an object or pointer.
Definition at line 22 of file WithAutomatonCell.h.
|
private |
Base class of the mixin.
Definition at line 26 of file WithAutomatonCell.h.
|
inlineexplicit |
Mixin class wraps an object a.
Definition at line 30 of file WithAutomatonCell.h.
|
inline |
Mutable getter for the automaton cell.
Definition at line 37 of file WithAutomatonCell.h.
|
inline |
|
inline |
Mockup as we do not have any sub-items.
Definition at line 49 of file WithAutomatonCell.h.
|
inline |
Mockup as we do not have any sub-items.
Definition at line 43 of file WithAutomatonCell.h.
|
mutableprivate |
Memory for the automaton cell.
Definition at line 59 of file WithAutomatonCell.h.