205 #ifndef DOXYGEN_SHOULD_SKIP_THIS
208 static void deleteConstants();
211 static const PredType &PREDTYPE_CONST;
225 static void makePredTypes();
350 static PredType *NATIVE_INT_LEAST8_;
351 static PredType *NATIVE_UINT_LEAST8_;
353 static PredType *NATIVE_INT_LEAST16_;
354 static PredType *NATIVE_UINT_LEAST16_;
356 static PredType *NATIVE_INT_LEAST32_;
357 static PredType *NATIVE_UINT_LEAST32_;
359 static PredType *NATIVE_INT_LEAST64_;
360 static PredType *NATIVE_UINT_LEAST64_;
364 static PredType *NATIVE_UINT_FAST8_;
366 static PredType *NATIVE_INT_FAST16_;
367 static PredType *NATIVE_UINT_FAST16_;
369 static PredType *NATIVE_INT_FAST32_;
370 static PredType *NATIVE_UINT_FAST32_;
372 static PredType *NATIVE_INT_FAST64_;
373 static PredType *NATIVE_UINT_FAST64_;
AtomType is a base class, inherited by IntType, FloatType, StrType, and PredType.
Definition: H5AtomType.h:28
H5Location is an abstract base class, added in version 1.8.12.
Definition: H5Location.h:31
Class PredType holds the definition of all the HDF5 predefined datatypes.
Definition: H5PredType.h:28
virtual H5std_string fromClass() const H5_OVERRIDE
Returns this class name.
Definition: H5PredType.h:32
Definition: H5AbstractDs.cpp:34