IODA
ioda::Named_Variable Struct Reference

A named pair of (variable_name, ioda::Variable). More...

#include <Variable.h>

Collaboration diagram for ioda::Named_Variable:

Public Member Functions

bool operator< (const Named_Variable &rhs) const
 
 Named_Variable ()=default
 
 Named_Variable (const std::string &name, const ioda::Variable &var)
 

Public Attributes

std::string name
 
ioda::Variable var
 

Detailed Description

A named pair of (variable_name, ioda::Variable).

Definition at line 752 of file Variable.h.

Constructor & Destructor Documentation

◆ Named_Variable() [1/2]

ioda::Named_Variable::Named_Variable ( )
default

◆ Named_Variable() [2/2]

ioda::Named_Variable::Named_Variable ( const std::string &  name,
const ioda::Variable var 
)
inline

Definition at line 758 of file Variable.h.

Member Function Documentation

◆ operator<()

bool ioda::Named_Variable::operator< ( const Named_Variable rhs) const
inline

Definition at line 755 of file Variable.h.

Member Data Documentation

◆ name

std::string ioda::Named_Variable::name

Definition at line 753 of file Variable.h.

◆ var

ioda::Variable ioda::Named_Variable::var

Definition at line 754 of file Variable.h.


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