#include <Attributes.hpp>
Definition at line 34 of file Attributes.hpp.
◆ Attribute() [1/2]
ioda::ObsStore::Attribute::Attribute |
( |
| ) |
|
|
inline |
◆ Attribute() [2/2]
ioda::ObsStore::Attribute::Attribute |
( |
const std::vector< std::size_t > & |
dimensions, |
|
|
const ObsTypes & |
dtype |
|
) |
| |
◆ ~Attribute()
ioda::ObsStore::Attribute::~Attribute |
( |
| ) |
|
|
inline |
◆ dtype()
std::pair<ObsTypes, size_t> ioda::ObsStore::Attribute::dtype |
( |
| ) |
const |
|
inline |
◆ get_dimensions()
std::vector< std::size_t > ioda::ObsStore::Attribute::get_dimensions |
( |
| ) |
const |
◆ isOfType()
bool ioda::ObsStore::Attribute::isOfType |
( |
ObsTypes |
dtype | ) |
const |
returns true if requested type matches stored type
- Parameters
-
Definition at line 38 of file Attributes.cpp.
◆ read()
std::shared_ptr< Attribute > ioda::ObsStore::Attribute::read |
( |
gsl::span< char > |
data, |
|
|
ObsTypes |
dtype |
|
) |
| |
transfer data from attribute
- Parameters
-
Definition at line 58 of file Attributes.cpp.
◆ write()
std::shared_ptr< Attribute > ioda::ObsStore::Attribute::write |
( |
gsl::span< char > |
data, |
|
|
ObsTypes |
dtype |
|
) |
| |
transfer data into attribute
- Parameters
-
Definition at line 40 of file Attributes.cpp.
◆ attr_data_
container for attribute data values
Definition at line 45 of file Attributes.hpp.
◆ dimensions_
std::vector<std::size_t> ioda::ObsStore::Attribute::dimensions_ |
|
private |
holds dimension sizes (vector length is rank of dimensions)
Definition at line 37 of file Attributes.hpp.
◆ dtype_
◆ dtype_size_
std::size_t ioda::ObsStore::Attribute::dtype_size_ = 0 |
|
private |
The documentation for this class was generated from the following files: