30 public std::enable_shared_from_this<HH_HasAttributes> {
33 static const hsize_t thresholdLinear = 10;
40 std::vector<std::
string> list() const final;
46 bool exists(const std::
string& attname) const final;
47 void remove(const std::
string& attname) final;
54 Attribute create(const std::
string& attrname, const
Type& in_memory_dataType,
55 const std::vector<Dimensions_t>& dimensions = {1})
final;
56 void rename(
const std::string& oldName,
const std::string& newName)
final;
Interfaces for ioda::Group and related classes.
HDF5 resource handles in C++.
This class represents attributes, which may be attached to both Variables and Groups.
Represents the "type" (i.e. integer, string, float) of a piece of data.
This is the implementation of Has_Attributes using HDF5.
virtual ~HH_HasAttributes()
A class to wrap HDF5's hid_t resource handles.
Backends implement type providers in conjunction with Attributes, Has_Attributes, Variables and Has_V...
Common preprocessor definitions used throughout IODA.
#define IODA_HIDDEN
A tag used to tell the compiler that a symbol should not be listed, but it may be referenced from oth...