IODA
ioda::detail::Attribute_Creator_Base Class Referenceabstract

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

#include <Attribute_Creator.h>

Inheritance diagram for ioda::detail::Attribute_Creator_Base:

Public Member Functions

virtual ~Attribute_Creator_Base ()
 
virtual void apply (Has_Attributes &obj) const =0
 
 Attribute_Creator_Base (const std::string &name)
 

Protected Attributes

std::string name_
 

Detailed Description

Flywheel creation of ioda::Attribute.

Definition at line 32 of file Attribute_Creator.h.

Constructor & Destructor Documentation

◆ ~Attribute_Creator_Base()

ioda::detail::Attribute_Creator_Base::~Attribute_Creator_Base ( )
virtualdefault

◆ Attribute_Creator_Base()

ioda::detail::Attribute_Creator_Base::Attribute_Creator_Base ( const std::string &  name)

Definition at line 14 of file Attribute_Creator.cpp.

Member Function Documentation

◆ apply()

virtual void ioda::detail::Attribute_Creator_Base::apply ( Has_Attributes obj) const
pure virtual

Member Data Documentation

◆ name_

std::string ioda::detail::Attribute_Creator_Base::name_
protected

Definition at line 34 of file Attribute_Creator.h.


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