IPhreeqc 2.18
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)

holds datatype of VAR

valid when (type == TT_ERROR)


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