|
|
| H5NativeTypeID (hid_t hid) |
| |
|
| H5ID (hid_t hid) |
| |
|
hid_t | getId () const |
| |
|
| H5DataType (hid_t) |
| |
| | H5DataType (hsize_t str_len, char padding) |
| | Create string type.
|
| |
| | H5DataType (hid_t FileLocation_id, const char *name) |
| | Open named datatype.
|
| |
|
| H5DataType (const H5Group &, const char *name) |
| |
|
| H5DataType (const H5Dataset &, const char *name) |
| |
| | H5DataType (hid_t CompoundType, int member_index) |
| | Open a member of a compound data type.
|
| |
|
| H5DataType (const H5DataType &CompoundType, int member_index) |
| |
|
| H5DataType (hid_t base_type_id, unsigned rank, const hsize_t dims[]) |
| | Create array datatype.
|
| |
|
bool | equal (hid_t) const |
| |
|
bool | operator== (hid_t id) const |
| |
|
bool | operator!= (hid_t id) const |
| |
|
bool | commit (hid_t Location, const char *name) const |
| |
|
bool | commit (hid_t Location, const std::string &name) const |
| |
| int | NumberOfMembers () const |
| | Retrieves the number of elements in a compound or enumeration datatype.
|
| |
|
std::string | getMemberName (unsigned field_idx) const |
| |
|
int | get_member_index (const char *name) const |
| |
|
size_t | get_size () const |
| |
|
hid_t | get_class () const |
| |
|
htri_t | detect_class (H5T_class_t dtype_class) const |
| |
|
bool | detectClass (H5T_class_t dtype_class) const |
| |
|
bool | is_array () const |
| |
|
int | get_array_ndims () const |
| |
|
int | get_array_dims (hsize_t dims[]) const |
| |
|
hid_t | get_native_type (H5T_direction_t direction=H5T_DIR_ASCEND) const |
| | https://support.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetNativeType
|
| |
|
MemCore::RefPtr< H5DataType > | getNativeType (H5T_direction_t direction=H5T_DIR_ASCEND) const |
| |
|
std::string | get_description () const |
| |
|
| H5DataType (hid_t) |
| |
| | H5DataType (hsize_t str_len, char padding) |
| | Create string type.
|
| |
|
| H5DataType (hid_t Location, const char *name) |
| | Open named datatype.
|
| |
|
| H5DataType (hid_t base_type_id, unsigned rank, const hsize_t dims[]) |
| | Create array datatype.
|
| |
|
bool | equal (hid_t) const |
| |
|
bool | operator== (hid_t id) const |
| |
|
bool | operator!= (hid_t id) const |
| |
|
bool | commit (hid_t Location, const char *name) const |
| |
|
bool | commit (hid_t Location, const std::string &name) const |
| |
| int | NumberOfMembers () const |
| | Retrieves the number of elements in a compound or enumeration datatype.
|
| |
|
std::string | getMemberName (unsigned field_idx) const |
| |
|
size_t | get_size () const |
| |
|
hid_t | get_class () const |
| |
|
htri_t | detect_class (H5T_class_t dtype_class) const |
| |
|
bool | detectClass (H5T_class_t dtype_class) const |
| |
|
bool | is_array () const |
| |
|
int | get_array_ndims () const |
| |
|
int | get_array_dims (hsize_t dims[]) const |
| |
|
hid_t | get_native_type (H5T_direction_t direction=H5T_DIR_ASCEND) const |
| | https://support.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetNativeType
|
| |
|
MemCore::RefPtr< H5DataType > | getNativeType (H5T_direction_t direction=H5T_DIR_ASCEND) const |
| |
|
| H5Object (hid_t parent_id, const char *name, hid_t link_access_properties=H5P_DEFAULT) |
| | H5Oopen()
|
| |
|
| H5Object (const refptr< H5Object > &parent, const char *name, hid_t link_access_properties=H5P_DEFAULT) |
| | H5Oopen()
|
| |
|
| H5Object (hid_t parent_id, const char *name, const H5LinkAccess &link_access_properties) |
| | H5Oopen()
|
| |
|
| H5Object (const refptr< H5Object > &parent, const char *name, const H5LinkAccess &link_access_properties) |
| | H5Oopen()
|
| |
|
bool | Awrite (const char *AttributeName, hid_t file_type_id, hid_t mem_type_id, const void *data, size_t Elements) const |
| |
|
bool | Awrite (const std::string &AttributeName, hid_t file_type_id, hid_t mem_type_id, const void *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, hid_t type_id, const void *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const int16_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const int32_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const int64_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const uint16_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const uint32_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const uint64_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const double *data, size_t Elements=1) const |
| |
|
template<class name_t , class value_type > |
| bool | Awrite (const name_t &AttributeName, const value_type &value) const |
| |
|
template<class T > |
| bool | Awrite (const std::string &AttributeName, const std::vector< T > &data) const |
| |
|
bool | Awrite (const char *AttributeName, const std::string &data) const |
| |
|
bool | Awrite (const std::string &AttributeName, const std::string &data) const |
| |
|
std::string | getFilename () const |
| | Get the filename associated with this HDF5 object.
|
| |
|
std::string | get_filename () const |
| | Get the filename associated with this HDF5 object.
|
| |
|
std::filesystem::path | getFilePath () const |
| | Get the filename associated with this HDF5 object.
|
| |
|
std::string | get_name () const |
| |
|
std::string | get_object_path () const |
| |
|
std::string | get_object_path_within_file () const |
| |
|
std::string | get_path () const |
| |
|
herr_t | get_info (H5O_info2_t &object_info, unsigned info_fields) const |
| |
|
time_t | get_modification_time () const |
| |
|
hsize_t | num_attribs () const |
| |
|
H5O_type_t | get_type () const |
| |
|
refptr< H5Object > | get_typed_object () const |
| |
|
time_t | get_age () const |
| |
|
hid_t | getHid () const |
| |
|
hid_t | getHidClone () const |
| |
|
bool | isValid () const |
| |
|
bool | Awrite (const char *AttributeName, hid_t file_type_id, hid_t mem_type_id, const void *data, size_t Elements) const |
| |
|
bool | Awrite (const std::string &AttributeName, hid_t file_type_id, hid_t mem_type_id, const void *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, hid_t type_id, const void *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const int16_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const int32_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const int64_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const uint16_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const uint32_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const uint64_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const double *data, size_t Elements=1) const |
| |
|
template<class name_t , class value_type > |
| bool | Awrite (const name_t &AttributeName, const value_type &value) const |
| |
|
template<class T > |
| bool | Awrite (const std::string &AttributeName, const std::vector< T > &data) const |
| |
|
bool | Awrite (const char *AttributeName, const std::string &data) const |
| |
|
bool | Awrite (const std::string &AttributeName, const std::string &data) const |
| |
|
void | inc_ref () const |
| |
|
void | dec_ref () const |
| |
|
hid_t | getHid () const |
| | Get the associated HDF5 ID.
|
| |
|
hid_t | getHidClone () const |
| | Get a copy of the associated HDF5 ID.
|
| |
|
hid_t | clone () const |
| | Get a copy of the associated HDF5 ID.
|
| |
|
bool | isValid () const |
| | Check whether this HDF5 object is valid, i.e., has a valid ID.
|
| |
|
auto | getObjectCountID () const noexcept |
| |
|
bool | isIdentical (const WeakPtr< Object, Object > &PossibleSelf) const noexcept |
| |
|
void | mkAutoDestructive () |
| |
|
refcount_t | refcount () const noexcept |
| |
|
| ReferenceBase (Object *that) noexcept |
| |
|
const auto & | self () const |
| |
|
refcount_t | wrefcount () const noexcept |
| |
|
auto | getObjectCountID () const noexcept |
| |
|
bool | isIdentical (const WeakPtr< Object, Object > &PossibleSelf) const noexcept |
| |
|
void | mkAutoDestructive () |
| |
|
refcount_t | refcount () const noexcept |
| |
|
| ReferenceBase (Object *that) noexcept |
| |
|
const auto & | self () const |
| |
|
refcount_t | wrefcount () const noexcept |
| |
|
void | addInterface (const RefPtr< InterfaceBase > &I) const |
| |
|
void | addInterfaceData (const Data &D) |
| |
|
void | addInterfaceData (const Data &D) |
| |
|
void | clearInterfaces () |
| |
|
bool | const_iterateInterfaces (const RefPtr< InterfaceIterationParameter > &IIP) const |
| |
|
virtual RefPtr< InterfaceBase > | createInterface (const type_info &) const |
| |
|
RefPtr< InterfaceBase > | findInterface (const type_info &t) const |
| |
|
RefPtr< InterfaceBase > | getInterface (const type_info &t) |
| |
|
std::string | getInterfaceNames (const char delim=';') const |
| |
|
bool | gotNewInterfaceData (const Data &D) |
| |
|
bool | gotNewInterfaceData (mutex &M, const Data &D) |
| |
|
bool | gotNewInterfaceData (mutex &M, const Data &D) |
| |
|
bool | gotNewInterfaceData (mutex &M, const Data &D, const Selector &S) |
| |
|
bool | gotNewInterfaceData (mutex &M, const Data &D, const Selector *S) |
| |
|
bool | hasChangedInterfaceData (const Data &D) const |
| |
|
bool | hasChangedInterfaceData (const Data &D) const |
| |
|
bool | hasChangedInterfaceData (const Data &D, const Selector &) const |
| |
|
bool | hasChangedInterfaceData (const Data &D, const Selector *) const |
| |
|
bool | hasInterface (const type_info &t) const |
| |
|
bool | iterateInterfaces (const RefPtr< InterfaceIterationParameter > &IIP) |
| |
|
void | printInterfaces () const |
| |
|
void | registerInterface (const type_info &t) |
| |
|
void | removeInterface () |
| |
|
void | removeInterfaceBase (const type_info &InterfaceBaseID) |
| |
|
|
typedef typemap< string > | ChartNameMap_t |
| |
|
typedef std::map< string, TypeInfo > | ChartTypeMap_t |
| |
|
template<class T > |
| using | refptr = MemCore::RefPtr< T > |
| |
|
typedef Object | reference_domain_t |
| |
|
typedef WeakPtr< Object, Object > | SelfPtr_t |
| |
|
typedef Object | reference_domain_t |
| |
|
typedef WeakPtr< Object, Object > | SelfPtr_t |
| |
|
static ChartNameMap_t & | ChartMap () |
| |
|
static ChartTypeMap_t & | ChartType () |
| |
|
static H5Globals::TypeRegistry_t & | TypeRegistry () |
| |
|
static RefPtr< H5ID > | find (const std::type_info &) |
| |
|
static RefPtr< H5ID > | find (const FiberTypeIndex &FTI) |
| |
|
static RefPtr< H5ID > | find (const RefPtr< FiberTypeBase > &FTB) |
| |
|
static void | insert (const char *chartname, const type_info &charttype) |
| |
|
static TypeInfo | getChartType (hid_t type_id) |
| |
|
static RefPtr< FiberTypeBase > | find (hid_t type_id) |
| | Find an in-memory description of a certain type that corresponds to the given HDF5 type Id.
|
| |
|
static RefPtr< FiberTypeBase > | find (F5Path *field) |
| | Find an in-memory description of a certain type that corresponds to the given F5 field.
|
| |
|
static RefPtr< H5ID > | retrieve (const RefPtr< FiberTypeBase > &FTB) |
| | Given an in-memory description of a type, retrieve an appropriate HDF5 type id that is suitable for loading data.
|
| |
|
static std::string | getMemberName (hid_t id, unsigned field_idx) |
| |
|
static std::string | get_description (hid_t type_id) |
| |
|
static bool | is_committed (hid_t LocationID, const char *name) |
| | Check whether the given name in the given LocationID is a named datatype.
|
| |
|
static bool | is_committed (hid_t LocationID, const std::string &s) |
| |
|
static std::string | getMemberName (hid_t id, unsigned field_idx) |
| |
|
static bool | is (hid_t LocationID, const char *name) |
| | Check whether the given name in the given LocationID is a named datatype.
|
| |
|
static bool | is (hid_t LocationID, const std::string &s) |
| |
|
static std::string | getFilename (hid_t hid) |
| | Gets the filename associated with the given HDF5 ID, a wrapper to H5Fget_name() .
|
| |
|
static std::filesystem::path | getFilePath (hid_t hid) |
| |
|
static std::string | get_name (hid_t hid) |
| | Gets the name associated with the given HDF5 ID, a wrapper to H5Iget_name() .
|
| |
|
template<class Lambda > |
| static auto | Silentio (const Lambda &L) -> decltype(L()) |
| |
|
static bool | isActive () |
| |
|
static void | CloseLibrary () |
| |
|
static consteval hid_t | invalid_id () |
| |
|
template<class Lambda > |
| static auto | Silentio (const Lambda &L) -> decltype(L()) |
| |
|
static bool | isActive () |
| | Check whether the HDF5 library is active, i.e., has been correctly initialized and not been closed already.
|
| |
|
| H5Object (const H5Object &)=delete |
| |
|
H5Object & | operator= (const H5Object &)=delete |
| |
|
| H5Object (hid_t ID) |
| |
|
| H5Object (const H5Object &)=delete |
| |
|
H5Object & | operator= (const H5Object &)=delete |
| |
|
| H5Object (hid_t ID) |
| |
|
| H5Identifier (hid_t id) |
| |
|
| H5Identifier (const H5Identifier &)=delete |
| |
|
H5Identifier & | operator= (const H5Identifier &)=delete |
| |
|
virtual void | extremeUnction () |
| |
|
ReferenceBase & | operator= (const ReferenceBase &R) |
| |
|
void | suicide () |
| |
|
virtual void | extremeUnction () |
| |
|
ReferenceBase & | operator= (const ReferenceBase &R) |
| |
|
void | suicide () |
| |
|
hid_t | hid |
| |
|
hid_t | hid = 0 |
| |