My Project
VarStringValue Class Reference

VarStringValue Class. More...

#include <OSResult.h>

Public Member Functions

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

Public Attributes

int idx
 idx is the index on variable in the solution
 
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::VarStringValue ( )

Default constructor.

◆ ~VarStringValue()

VarStringValue::~VarStringValue ( )

Class destructor.

Member Data Documentation

◆ idx

int VarStringValue::idx

idx is the index on variable in the solution

Definition at line 498 of file OSResult.h.

◆ value

std::string VarStringValue::value

Definition at line 503 of file OSResult.h.


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