LDMX Software
Static Public Member Functions | Private Member Functions | List of all members
framework::Bus::Passenger< BaggageType >::DeleteObjectStatus Class Reference

Empty class to access protected status bit. More...

Static Public Member Functions

static int bit ()
 

Private Member Functions

 DeleteObjectStatus (const DeleteObjectStatus &)=delete
 

Detailed Description

template<typename BaggageType>
class framework::Bus::Passenger< BaggageType >::DeleteObjectStatus

Empty class to access protected status bit.

We inherit from TBranchElement so we can access the status bits enum which is protected instead of public for some reason.

This class should never be used so we delete any ability to create it.

Definition at line 425 of file Bus.h.

Member Function Documentation

◆ bit()

template<typename BaggageType >
static int framework::Bus::Passenger< BaggageType >::DeleteObjectStatus::bit ( )
inlinestatic

Definition at line 430 of file Bus.h.

430{ return TBranchElement::EStatusBits::kDeleteObject; }

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