Belle II Software  release-08-01-10
WithAutomatonCell< T > Class Template Reference

Mixin class to attach an automaton cell to an object or pointer. More...

#include <WithAutomatonCell.h>

Inheritance diagram for WithAutomatonCell< T >:
Collaboration diagram for WithAutomatonCell< T >:

Public Member Functions

 WithAutomatonCell (const T &obj)
 Mixin class wraps an object a.
 
AutomatonCellgetAutomatonCell () 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.
 

Detailed Description

template<class T>
class Belle2::TrackFindingCDC::WithAutomatonCell< T >

Mixin class to attach an automaton cell to an object or pointer.

Definition at line 22 of file WithAutomatonCell.h.


The documentation for this class was generated from the following file: