IODA Bundle
|
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "eckit/config/LocalConfiguration.h"
#include "ioda/Engines/Factory.h"
#include "ioda/Group.h"
Go to the source code of this file.
Classes | |
struct | Ingester::Range |
struct | Ingester::DimensionDescription |
struct | Ingester::VariableDescription |
struct | Ingester::GlobalDescriptionBase |
struct | Ingester::is_vector< T > |
struct | Ingester::is_vector< std::vector< T, A > > |
struct | Ingester::GlobalDescription< T > |
class | Ingester::IodaDescription |
Describes how to write data to IODA. More... | |
Namespaces | |
Ingester | |
Typedefs | |
typedef std::vector< DimensionDescription > | Ingester::DimDescriptions |
typedef std::vector< VariableDescription > | Ingester::VariableDescriptions |
typedef std::vector< std::shared_ptr< GlobalDescriptionBase > > | Ingester::GlobalDescriptions |