30 public std::enable_shared_from_this<HH_Attribute> {
40 bool isAttribute()
const;
42 std::string getName()
const;
44 Attribute write(gsl::span<char> data,
const Type& in_memory_dataType)
final;
45 void write(gsl::span<const char> data,
HH_hid_t in_memory_dataType);
47 void read(gsl::span<char> data,
HH_hid_t in_memory_dataType)
const;
48 Attribute read(gsl::span<char> data,
const Type& in_memory_dataType)
const final;
58 Type getType() const final;
61 bool isA(
Type lhs) const 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.
Attribute backends inherit from this.
This is the implementation of Attributes using HDF5.
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...
Describes the dimensions of an Attribute or Variable.