IODA
ioda::Attribute_Creator< DataType > Class Template Reference

Flywheel creation of ioda::Attribute. More...

#include <Attribute_Creator.h>

Inheritance diagram for ioda::Attribute_Creator< DataType >:
Collaboration diagram for ioda::Attribute_Creator< DataType >:

Public Member Functions

virtual ~Attribute_Creator ()
 
void apply (Has_Attributes &obj) const override
 
template<class DataInput , class DimensionInput >
 Attribute_Creator (const std::string &name, DataInput data, DimensionInput dimensions)
 
template<class DimensionInput >
 Attribute_Creator (const std::string &name, DimensionInput dimensions)
 
template<class DataInput_junk_param = DataType>
void write (const ::gsl::span< const DataType > &data)
 
- Public Member Functions inherited from ioda::detail::Attribute_Creator_Base
virtual ~Attribute_Creator_Base ()
 
 Attribute_Creator_Base (const std::string &name)
 

Private Attributes

::std::vector< Dimensions_t > dimensions_
 
::std::vector< DataType > data_
 

Additional Inherited Members

- Protected Attributes inherited from ioda::detail::Attribute_Creator_Base
std::string name_
 

Detailed Description

template<class DataType>
class ioda::Attribute_Creator< DataType >

Flywheel creation of ioda::Attribute.

Definition at line 46 of file Attribute_Creator.h.

Constructor & Destructor Documentation

◆ ~Attribute_Creator()

template<class DataType >
virtual ioda::Attribute_Creator< DataType >::~Attribute_Creator ( )
inlinevirtual

Definition at line 52 of file Attribute_Creator.h.

◆ Attribute_Creator() [1/2]

template<class DataType >
template<class DataInput , class DimensionInput >
ioda::Attribute_Creator< DataType >::Attribute_Creator ( const std::string &  name,
DataInput  data,
DimensionInput  dimensions 
)
inline

Totally taking advantage of vector constructors.

Definition at line 57 of file Attribute_Creator.h.

◆ Attribute_Creator() [2/2]

template<class DataType >
template<class DimensionInput >
ioda::Attribute_Creator< DataType >::Attribute_Creator ( const std::string &  name,
DimensionInput  dimensions 
)
inline

Definition at line 61 of file Attribute_Creator.h.

Member Function Documentation

◆ apply()

template<class DataType >
void ioda::Attribute_Creator< DataType >::apply ( Has_Attributes obj) const
inlineoverridevirtual

Implements ioda::detail::Attribute_Creator_Base.

Definition at line 53 of file Attribute_Creator.h.

Here is the call graph for this function:

◆ write()

template<class DataType >
template<class DataInput_junk_param = DataType>
void ioda::Attribute_Creator< DataType >::write ( const ::gsl::span< const DataType > &  data)
inline

Definition at line 65 of file Attribute_Creator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ data_

template<class DataType >
::std::vector<DataType> ioda::Attribute_Creator< DataType >::data_
private

Definition at line 49 of file Attribute_Creator.h.

◆ dimensions_

template<class DataType >
::std::vector<Dimensions_t> ioda::Attribute_Creator< DataType >::dimensions_
private

Definition at line 48 of file Attribute_Creator.h.


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