50 public std::enable_shared_from_this<HH_HasVariables> {
60 bool exists(const std::
string&
name) const final;
61 void remove(const std::
string&
name) final;
63 std::vector<std::
string> list() const final;
65 const std::vector<Dimensions_t>& dimensions = {1},
66 const std::vector<Dimensions_t>& max_dimensions = {},
81 void attachDimensionScales(
82 const std::vector<std::pair<
Variable, std::vector<Variable>>>& mapping)
Interfaces for ioda::Group and related classes.
HDF5 resource handles in C++.
Represents the "type" (i.e. integer, string, float) of a piece of data.
This encapsulates dataset creation parameters.
DatasetParameterPack(const VariableCreationParameters &)
static HH_hid_t linkCreationPlist()
The ioda-default link creation property list. @detail This just sets a property to create missing int...
HH_hid_t datasetCreationPlist() const
static HH_hid_t datasetAccessPlist()
The default dataset access property list. Currently a nullop.
This is the implementation of Has_Variables using HDF5.
virtual ~HH_HasVariables()
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...
FillValuePolicy
This option describes the default fill values that will be used if the user does not manually specify...
Used to specify Variable creation-time properties.