Class that contains information about the individual analytes. More...
#include "us_solution.h"
Public Member Functions | |
AnalyteInfo () | |
Constructor for the AnalyteInfo class. More... | |
bool | operator== (const AnalyteInfo &) const |
Test for equality. More... | |
Public Attributes | |
US_Analyte | analyte |
The analyte information. More... | |
double | amount |
The amount of the analyte in the solution. More... | |
Class that contains information about the individual analytes.
Definition at line 21 of file us_solution.h.
US_Solution::AnalyteInfo::AnalyteInfo | ( | ) |
Constructor for the AnalyteInfo class.
Definition at line 739 of file us_solution.cpp.
bool US_Solution::AnalyteInfo::operator== | ( | const AnalyteInfo & | rhs | ) | const |
Test for equality.
Definition at line 744 of file us_solution.cpp.
double US_Solution::AnalyteInfo::amount |
The amount of the analyte in the solution.
Definition at line 25 of file us_solution.h.
US_Analyte US_Solution::AnalyteInfo::analyte |
The analyte information.
Definition at line 24 of file us_solution.h.