37 static std::vector<std::string>
splitFirstLevel(
const std::string& path);
44 std::shared_ptr<Has_Attributes>
atts;
47 std::shared_ptr<Has_Variables>
vars;
50 std::list<std::string>
list()
const;
59 std::map<ObjectType, std::list<std::string>>& res,
60 const std::string& prefix =
"")
const;
68 std::shared_ptr<Group>
create(
const std::string&
name);
72 std::shared_ptr<Group>
open(
const std::string&
name,
const bool throwIfNotFound =
true);
Functions for ObsStore Attribute and Has_Attributes.
std::shared_ptr< Has_Attributes > atts
container for attributes
void listObjects(ObjectType filter, bool recurse, std::map< ObjectType, std::list< std::string >> &res, const std::string &prefix="") const
List child objects.
static std::shared_ptr< Group > createRootGroup()
Creates a root group.
std::list< std::string > list() const
List all groups under this group.
bool exists(const std::string &name)
returns true if child group exists
static std::vector< std::string > splitFirstLevel(const std::string &path)
split a path into the first level and remainder of the path
std::shared_ptr< Has_Variables > vars
container for variables
std::map< std::string, std::shared_ptr< Group > > child_groups_
container for child groups
std::shared_ptr< Group > open(const std::string &name, const bool throwIfNotFound=true)
open an existing child group
std::shared_ptr< Group > create(const std::string &name)
create a new group
@ ObsStore
ObsStore in-memory.