Skip to content

XtcFieldDescr

#include <sbio/formats/xtc2/xtc2.hh>
struct XtcFieldDescr

Defined in src/lib/sbio/formats/xtc2/xtc2.hh:302

Name Kind Owner
rank variable Declared here
dtype variable Declared here
name variable Declared here
XtcFieldDescr function Declared here
Return Name Description
std::uint32_t rank
XTC2::DType dtype
char name

std::uint32_t rank

Defined in src/lib/sbio/formats/xtc2/xtc2.hh:310


XTC2::DType dtype

Defined in src/lib/sbio/formats/xtc2/xtc2.hh:311


char name {}

Defined in src/lib/sbio/formats/xtc2/xtc2.hh:312

Return Name Description
XtcFieldDescr inline

inline

inline XtcFieldDescr(const char * name_, std::uint32_t rank_, XTC2::DType dtype_)

Defined in src/lib/sbio/formats/xtc2/xtc2.hh:304