Flywheel creation of ioda::Attribute objects.This is needed because you might want to make the same Attribute in multiple places.
More...
#include <Attribute_Creator.h>
|
| Attribute_Creator_Store () |
|
virtual | ~Attribute_Creator_Store () |
|
void | apply (Has_Attributes &obj) const |
|
|
- See also
- CanAddAttributes
-
CanAddAttributes::add
|
template<class DataType > |
Attribute_Creator_Store & | create (const std::string &attrname, ::gsl::span< const DataType > data, ::std::initializer_list< Dimensions_t > dimensions) |
|
template<class DataType > |
Attribute_Creator_Store & | create (const std::string &attrname, ::std::initializer_list< DataType > data, ::std::initializer_list< Dimensions_t > dimensions) |
|
template<class DataType > |
AttWrapper< DataType > | create (const std::string &attrname, ::std::vector< Dimensions_t > dimensions) |
|
Attribute_Creator_Store | add (const std::string &attrname, ::gsl::span< const DataType > data, const ::std::vector< Dimensions_t > &dimensions) |
| Create and write an Attribute, for arbitrary dimensions. More...
|
|
Attribute_Creator_Store | add (const std::string &attrname, ::std::initializer_list< DataType > data, const ::std::vector< Dimensions_t > &dimensions) |
| Create and write an Attribute, for arbitrary dimensions. More...
|
|
Attribute_Creator_Store | add (const std::string &attrname, ::gsl::span< const DataType > data) |
| Create and write an Attribute, for a single-dimensional span of 1-D data. More...
|
|
Attribute_Creator_Store | add (const std::string &attrname, ::std::initializer_list< DataType > data) |
| Create and write an Attribute, for a 1-D initializer list. More...
|
|
Attribute_Creator_Store | add (const std::string &attrname, const DataType &data) |
| Create and write a single datum of an Attribute. More...
|
|
Attribute_Creator_Store | addWithEigenRegular (const std::string &attrname, const EigenClass &data, bool is2D=true) |
|
Attribute_Creator_Store | addWithEigenTensor (const std::string &attrname, const EigenClass &data) |
|
Flywheel creation of ioda::Attribute objects.
This is needed because you might want to make the same Attribute in multiple places.
Definition at line 73 of file Attribute_Creator.h.
◆ Attribute_Creator_Store()
ioda::Attribute_Creator_Store::Attribute_Creator_Store |
( |
| ) |
|
|
default |
◆ ~Attribute_Creator_Store()
ioda::Attribute_Creator_Store::~Attribute_Creator_Store |
( |
| ) |
|
|
virtualdefault |
◆ apply()
void ioda::Attribute_Creator_Store::apply |
( |
Has_Attributes & |
obj | ) |
const |
◆ create() [1/3]
template<class DataType >
Attribute_Creator_Store& ioda::Attribute_Creator_Store::create |
( |
const std::string & |
attrname, |
|
|
::gsl::span< const DataType > |
data, |
|
|
::std::initializer_list< Dimensions_t > |
dimensions |
|
) |
| |
|
inline |
◆ create() [2/3]
template<class DataType >
Attribute_Creator_Store& ioda::Attribute_Creator_Store::create |
( |
const std::string & |
attrname, |
|
|
::std::initializer_list< DataType > |
data, |
|
|
::std::initializer_list< Dimensions_t > |
dimensions |
|
) |
| |
|
inline |
◆ create() [3/3]
template<class DataType >
AttWrapper<DataType> ioda::Attribute_Creator_Store::create |
( |
const std::string & |
attrname, |
|
|
::std::vector< Dimensions_t > |
dimensions |
|
) |
| |
|
inline |
◆ atts_
The documentation for this class was generated from the following files: