IPhreeqc
Data Fields
VAR Struct Reference

Datatype used to store SELECTED_OUTPUT values. More...

#include <Var.h>

Data Fields

VAR_TYPE type
 
long lVal
 
double dVal
 
char * sVal
 
VRESULT vresult
 

Detailed Description

Datatype used to store SELECTED_OUTPUT values.

Field Documentation

double VAR::dVal

valid when (type == TT_DOUBLE)

long VAR::lVal

valid when (type == TT_LONG)

char* VAR::sVal

valid when (type == TT_STRING)

VAR_TYPE VAR::type

holds datatype of VAR

VRESULT VAR::vresult

valid when (type == TT_ERROR)


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