Skip to content

XTC1Traits::DataRequest

#include <sbio/formats/xtc1/xtc1_traits.hh>
struct DataRequest

Defined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:129

Name Kind Owner
detector_type variable Declared here
detector_name variable Declared here
segment_number variable Declared here
alg_name variable Declared here
field_name variable Declared here
DataRequest function Declared here
DataRequest function Declared here
DataRequest function Declared here
DataRequest function Declared here
DataRequest function Declared here
Return Name Description
char detector_type
char detector_name
std::uint32_t segment_number
char alg_name
char field_name

char detector_type

Defined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:154


char detector_name

Defined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:155


std::uint32_t segment_number { 0 }

Defined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:156


char alg_name

Defined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:157


char field_name

Defined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:158

Return Name Description
DataRequest Defaulted constructor.
DataRequest Defaulted constructor.
DataRequest noexcept Defaulted constructor.
DataRequest inline
DataRequest inline

DataRequest() = default

Defined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:130

Defaulted constructor.


DataRequest(const DataRequest & other) = default

Defined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:132

Defaulted constructor.


noexcept

DataRequest(DataRequest && other) noexcept = default

Defined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:134

Defaulted constructor.


inline

inline DataRequest(const char * name, const char * type, const char * alg, const char * field)

Defined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:137


inline

inline DataRequest(const char * name, const char * type)

Defined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:147