IODA Bundle
|
#include <IodaDescription.h>
Public Member Functions | |
void | addTo (ioda::Group &group) final |
Public Attributes | |
T | value |
![]() | |
std::string | name |
Private Member Functions | |
template<typename U = void> | |
void | _addTo (ioda::Group &group, typename std::enable_if<!is_vector< T >::value, U >::type *=nullptr) |
template<typename U = void> | |
void | _addTo (ioda::Group &group, typename std::enable_if< is_vector< T >::value, U >::type *=nullptr) |
Definition at line 59 of file IodaDescription.h.
|
inlineprivate |
|
inlineprivate |
Definition at line 71 of file IodaDescription.h.
|
inlinefinalvirtual |
Implements Ingester::GlobalDescriptionBase.
Definition at line 63 of file IodaDescription.h.
T Ingester::GlobalDescription< T >::value |
Definition at line 61 of file IodaDescription.h.