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 928 of file OSResult.h.


Constructor & Destructor Documentation

VarValueString::VarValueString (  ) 

Default constructor.

Definition at line 484 of file OSResult.cpp.

VarValueString::~VarValueString (  ) 

Class destructor.

Definition at line 494 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 5644 of file OSResult.cpp.

References idx, and value.


Member Data Documentation

int VarValueString::idx

idx is the index on variable in the solution

Definition at line 932 of file OSResult.h.

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

std::string VarValueString::value

Definition at line 937 of file OSResult.h.

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


The documentation for this class was generated from the following files:
Generated on Sun Mar 20 03:12:26 2011 by  doxygen 1.4.7