Public Member Functions | Public Attributes | List of all members
VarStringValue Class Reference

VarStringValue Class. More...

#include <OSResult.h>

Collaboration diagram for VarStringValue:
Collaboration graph
[legend]

Public Member Functions

 VarStringValue ()
 Default constructor. More...
 
 ~VarStringValue ()
 Class destructor. More...
 

Public Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

VarStringValue::VarStringValue ( )

Default constructor.

VarStringValue::~VarStringValue ( )

Class destructor.

Member Data Documentation

int VarStringValue::idx

idx is the index on variable in the solution

Definition at line 498 of file OSResult.h.

std::string VarStringValue::value

Definition at line 503 of file OSResult.h.


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