Skip to content

XTC2Traits::DataRequest

#include <sbio/formats/xtc2/xtc2_traits.hh>
struct DataRequest

Defined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:206

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/xtc2/xtc2_traits.hh:231


char detector_name

Defined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:232


std::uint32_t segment_number { 0 }

Defined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:233


char alg_name

Defined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:234


char field_name

Defined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:235

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/xtc2/xtc2_traits.hh:207

Defaulted constructor.


DataRequest(const DataRequest & other) = default

Defined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:209

Defaulted constructor.


noexcept

DataRequest(DataRequest && other) noexcept = default

Defined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:211

Defaulted constructor.


inline

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

Defined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:214


inline

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

Defined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:224