#include <Variables.hpp>
|
static std::vector< std::string > | splitGroupVar (const std::string &path) |
| split a path into groups and variable pieces More...
|
|
Definition at line 150 of file Variables.hpp.
◆ Has_Variables()
ioda::ObsStore::Has_Variables::Has_Variables |
( |
| ) |
|
|
inline |
◆ ~Has_Variables()
ioda::ObsStore::Has_Variables::~Has_Variables |
( |
| ) |
|
|
inline |
◆ create()
std::shared_ptr< Variable > ioda::ObsStore::Has_Variables::create |
( |
const std::string & |
name, |
|
|
const ioda::ObsStore::ObsTypes & |
dtype, |
|
|
const std::vector< Dimensions_t > & |
dims, |
|
|
const std::vector< Dimensions_t > & |
max_dims, |
|
|
const VarCreateParams & |
params |
|
) |
| |
create a new variable
- Parameters
-
name | name of new variable |
dtype | ObsStore data type of new variable |
dims | dimensions of new variable (length is rank of dimensions) |
max_dims | maximum dimensions of new variable (for resizing) |
params | parameters for creating new variable |
Definition at line 150 of file Variables.cpp.
◆ exists()
bool ioda::ObsStore::Has_Variables::exists |
( |
const std::string & |
name | ) |
const |
returns true if variable exists in the container
- Parameters
-
name | name of variable to check |
Definition at line 190 of file Variables.cpp.
◆ list()
std::vector< std::string > ioda::ObsStore::Has_Variables::list |
( |
| ) |
const |
returns a list of names of the variables in the container
Definition at line 229 of file Variables.cpp.
◆ open()
std::shared_ptr< Variable > ioda::ObsStore::Has_Variables::open |
( |
const std::string & |
name | ) |
const |
open an existing variable (throws exception if not found)
Definition at line 174 of file Variables.cpp.
◆ remove()
void ioda::ObsStore::Has_Variables::remove |
( |
const std::string & |
name | ) |
|
remove variable
- Parameters
-
name | name of variable to remove |
Definition at line 205 of file Variables.cpp.
◆ rename()
void ioda::ObsStore::Has_Variables::rename |
( |
const std::string & |
oldName, |
|
|
const std::string & |
newName |
|
) |
| |
rename variable
- Parameters
-
oldName | current name of variable |
newName | new name of variable |
Definition at line 216 of file Variables.cpp.
◆ setParentGroup()
void ioda::ObsStore::Has_Variables::setParentGroup |
( |
const std::shared_ptr< Group > & |
parentGroup | ) |
|
set parent group pointer
- Parameters
-
Definition at line 237 of file Variables.cpp.
◆ splitGroupVar()
std::vector< std::string > ioda::ObsStore::Has_Variables::splitGroupVar |
( |
const std::string & |
path | ) |
|
|
staticprivate |
split a path into groups and variable pieces
- Parameters
-
Definition at line 242 of file Variables.cpp.
◆ parent_group_
std::weak_ptr<Group> ioda::ObsStore::Has_Variables::parent_group_ |
|
private |
◆ variables_
std::map<std::string, std::shared_ptr<Variable> > ioda::ObsStore::Has_Variables::variables_ |
|
private |
The documentation for this class was generated from the following files: