UltraScan III
List of all members | Public Member Functions | Public Attributes
US_Solution::AnalyteInfo Class Reference

Class that contains information about the individual analytes. More...

#include "us_solution.h"

Collaboration diagram for US_Solution::AnalyteInfo:
Collaboration graph
[legend]

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...
 

Detailed Description

Class that contains information about the individual analytes.

Definition at line 21 of file us_solution.h.

Constructor & Destructor Documentation

US_Solution::AnalyteInfo::AnalyteInfo ( )

Constructor for the AnalyteInfo class.

Definition at line 739 of file us_solution.cpp.

Member Function Documentation

bool US_Solution::AnalyteInfo::operator== ( const AnalyteInfo rhs) const

Test for equality.

Definition at line 744 of file us_solution.cpp.

Member Data Documentation

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.


The documentation for this class was generated from the following files: