![]() |
OGS
|
|
Definition at line 42 of file UserPunch.h.
#include <UserPunch.h>
Public Member Functions | |
| UserPunch (std::vector< SecondaryVariable > &&secondary_variables_, std::vector< std::string > &&statements_) | |
| void | initialize (std::size_t const num_chemical_systems) |
Public Attributes | |
| std::vector< SecondaryVariable > | secondary_variables |
| std::vector< std::string > const | statements |
Friends | |
| std::ostream & | operator<< (std::ostream &os, UserPunch const &user_punch) |
|
inline |
Definition at line 44 of file UserPunch.h.
References secondary_variables, and statements.
Referenced by operator<<.
| void ChemistryLib::PhreeqcIOData::UserPunch::initialize | ( | std::size_t const | num_chemical_systems | ) |
Definition at line 19 of file UserPunch.cpp.
References secondary_variables.
|
friend |
Definition at line 27 of file UserPunch.cpp.
References UserPunch(), secondary_variables, and statements.
| std::vector<SecondaryVariable> ChemistryLib::PhreeqcIOData::UserPunch::secondary_variables |
Definition at line 56 of file UserPunch.h.
Referenced by UserPunch(), initialize(), and operator<<.
| std::vector<std::string> const ChemistryLib::PhreeqcIOData::UserPunch::statements |
Definition at line 57 of file UserPunch.h.
Referenced by UserPunch(), and operator<<.