54 inline ::ioda::Engines::Capabilities
getCapabilities() const final {
return caps_; };
55 bool exists(
const std::string&
name)
const final;
56 Group create(
const std::string&
name)
final;
57 Group open(
const std::string&
name)
const final;
67 std::map<ObjectType, std::vector<std::
string>> listObjects(ObjectType filter
68 = ObjectType::Ignored,
69 bool recurse = false) const final;
Structs that describe backend capabilities.
Interfaces for ioda::Group and related classes.
HDF5 engine implementation of Attribute.
HDF5 engine implementation of Variable.
Interfaces for ioda::Has_Attributes and related classes.
Interfaces for ioda::Has_Variables and related classes.
Groups are a new implementation of ObsSpaces.
This is the implementation of Groups using HDF5. Do not use outside of IODA.
::ioda::Engines::Capabilities caps_
inline ::ioda::Engines::Capabilities getCapabilities() const final
A class to wrap HDF5's hid_t resource handles.
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...
FillValuePolicy
This option describes the default fill values that will be used if the user does not manually specify...
Struct defining what an engine can/cannot do.