IODA Bundle
ioda::Named_Variable Struct Reference

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

#include <Variable.h>

Collaboration diagram for ioda::Named_Variable:
[legend]

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 src/engines/ioda/include/ioda/Variables/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

Member Function Documentation

◆ operator<()

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

Member Data Documentation

◆ name

std::string ioda::Named_Variable::name

◆ var

ioda::Variable ioda::Named_Variable::var

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