15template <
typename T>
class NXDataSetTyped;
16using NXInt = NXDataSetTyped<int32_t>;
17using NXFloat = NXDataSetTyped<float>;
18using NXDouble = NXDataSetTyped<double>;
Header for a base Nexus::Exception.
NXDataSetTyped< float > NXFloat
The float dataset type.
NXDataSetTyped< int32_t > NXInt
The integer dataset type.
NXDataSetTyped< double > NXDouble
The double dataset type.