OGS
ChemistryLib::PhreeqcIOData::OutputItem Struct Reference

Detailed Description

Definition at line 69 of file Output.h.

#include <Output.h>

Public Member Functions

 OutputItem (std::string name_, ItemType item_type_)
 

Public Attributes

std::string const name
 
ItemType const item_type
 

Constructor & Destructor Documentation

◆ OutputItem()

ChemistryLib::PhreeqcIOData::OutputItem::OutputItem ( std::string name_,
ItemType item_type_ )
inline

Definition at line 71 of file Output.h.

72 : name(std::move(name_)), item_type(item_type_)
73 {
74 }

Member Data Documentation

◆ item_type

ItemType const ChemistryLib::PhreeqcIOData::OutputItem::item_type

Definition at line 77 of file Output.h.

◆ name

std::string const ChemistryLib::PhreeqcIOData::OutputItem::name

Definition at line 76 of file Output.h.


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