IODA

Interfaces for ioda::Variable and related classes. More...

#include <cstring>
#include <gsl/gsl-lite.hpp>
#include <list>
#include <map>
#include <memory>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
#include "ioda/Attributes/Has_Attributes.h"
#include "ioda/Exception.h"
#include "ioda/Misc/Eigen_Compat.h"
#include "ioda/Python/Var_ext.h"
#include "ioda/Types/Marshalling.h"
#include "ioda/Types/Type.h"
#include "ioda/Types/Type_Provider.h"
#include "ioda/Variables/Fill.h"
#include "ioda/Variables/Selection.h"
#include "ioda/defs.h"
Include dependency graph for Variable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ioda::detail::Variable_Base< Variable_Implementation >
 Exists to prevent constructor conflicts when passing a backend into a frontend object. More...
 
class  ioda::Variable
 Variables store data! More...
 
class  ioda::detail::Variable_Backend
 Variable backends inherit from this. More...
 
struct  ioda::Named_Variable
 A named pair of (variable_name, ioda::Variable). More...
 

Namespaces

 ioda
 
 ioda::detail
 

Detailed Description

Interfaces for ioda::Variable and related classes.

Definition in file Variable.h.