VarValueString Class Reference

VarValueString Class. More...

#include <OSResult.h>

Collaboration diagram for VarValueString:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 VarValueString ()
 Default constructor.
 ~VarValueString ()
 Class destructor.
bool IsEqual (VarValueString *that)
 A function to check for the equality of two objects.

Public Attributes

int idx
 idx is the index on variable in the solution
std::string value

Detailed Description

VarValueString Class.

Author:
Robert Fourer, Horand Gassmann, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
A class that is used to provide the value and index associated with the string-valued variables in the solution.

Definition at line 929 of file OSResult.h.


Constructor & Destructor Documentation

VarValueString::VarValueString (  ) 

Default constructor.

Definition at line 482 of file OSResult.cpp.

VarValueString::~VarValueString (  ) 

Class destructor.

Definition at line 492 of file OSResult.cpp.


Member Function Documentation

bool VarValueString::IsEqual ( VarValueString that  ) 

A function to check for the equality of two objects.

Definition at line 5724 of file OSResult.cpp.


Member Data Documentation

int VarValueString::idx

idx is the index on variable in the solution

Definition at line 933 of file OSResult.h.

Referenced by OSResult::getVarValueStringIdx(), and OSResult::setVarValueString().

std::string VarValueString::value

Definition at line 938 of file OSResult.h.

Referenced by OSResult::getVarValueString(), and OSResult::setVarValueString().


The documentation for this class was generated from the following files:
Generated on Mon May 3 03:13:10 2010 by  doxygen 1.4.7