17 #include <gsl/gsl-lite.hpp>
68 std::vector<std::string> list()
const;
70 inline std::vector<std::string>
groups()
const {
return list(); }
90 virtual std::map<ObjectType, std::vector<std::string>> listObjects(ObjectType filter
91 = ObjectType::Ignored,
92 bool recurse =
false)
const;
94 template <ObjectType
objectClass>
95 std::vector<std::string>
listObjects(
bool recurse =
false)
const {
96 return listObjects(objectClass, recurse)[objectClass];
103 virtual bool exists(
const std::string&
name)
const;
109 virtual Group create(
const std::string&
name);
117 virtual Group open(
const std::string&
name)
const;
162 Group(std::shared_ptr<detail::Group_Backend>);
Default fill values for ioda files.
Interfaces for ioda::Has_Attributes and related classes.
Interfaces for ioda::Has_Variables and related classes.
Groups are a new implementation of ObsSpaces.
This class exists inside of ioda::Group or ioda::Variable and provides the interface to manipulating ...
This class exists inside of ioda::Group and provides the interface to manipulating Variables.
Hidden base class to prevent constructor confusion.
Has_Attributes atts
Use this to access the metadata for the group / ObsSpace.
Has_Variables vars
Use this to access variables.
std::shared_ptr< Group_Backend > backend_
std::vector< std::string > groups() const
Same as list(). Uniform semantics with atts() and vars().
std::vector< std::string > listObjects(bool recurse=false) const
Common preprocessor definitions used throughout IODA.
#define IODA_DL
A preprocessor tag that indicates that a symbol is to be exported/imported.
IODA_DL Capabilities getCapabilities()
Get capabilities of the ObsStore engine.
FillValuePolicy
This option describes the default fill values that will be used if the user does not manually specify...