IODA
ioda::Attribute_Creator_Store Class Reference

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>

Inheritance diagram for ioda::Attribute_Creator_Store:
Collaboration diagram for ioda::Attribute_Creator_Store:

Classes

struct  AttWrapper
 

Public Member Functions

 Attribute_Creator_Store ()
 
virtual ~Attribute_Creator_Store ()
 
void apply (Has_Attributes &obj) const
 
Convenience functions for adding attributes
See also
CanAddAttributes
CanAddAttributes::add
template<class DataType >
Attribute_Creator_Storecreate (const std::string &attrname, ::gsl::span< const DataType > data, ::std::initializer_list< Dimensions_t > dimensions)
 
template<class DataType >
Attribute_Creator_Storecreate (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)
 
- Public Member Functions inherited from ioda::detail::CanAddAttributes< Attribute_Creator_Store >
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)
 

Private Attributes

std::vector< std::shared_ptr< detail::Attribute_Creator_Base > > atts_
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Attribute_Creator_Store()

ioda::Attribute_Creator_Store::Attribute_Creator_Store ( )
default

◆ ~Attribute_Creator_Store()

ioda::Attribute_Creator_Store::~Attribute_Creator_Store ( )
virtualdefault

Member Function Documentation

◆ apply()

void ioda::Attribute_Creator_Store::apply ( Has_Attributes obj) const

Definition at line 21 of file Attribute_Creator.cpp.

Here is the caller graph for this function:

◆ 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

Definition at line 88 of file Attribute_Creator.h.

◆ 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

Definition at line 95 of file Attribute_Creator.h.

◆ create() [3/3]

template<class DataType >
AttWrapper<DataType> ioda::Attribute_Creator_Store::create ( const std::string &  attrname,
::std::vector< Dimensions_t >  dimensions 
)
inline

Definition at line 113 of file Attribute_Creator.h.

Member Data Documentation

◆ atts_

std::vector<std::shared_ptr<detail::Attribute_Creator_Base> > ioda::Attribute_Creator_Store::atts_
private

Definition at line 74 of file Attribute_Creator.h.


The documentation for this class was generated from the following files: