Dip  0.92.4
Public Member Functions | Public Attributes | List of all members
AP3_DecompParam Class Reference

#include <AP3_DecompParam.h>

Public Member Functions

void getSettings (UtilParameters &utilParam)
 
void dumpSettings (ostream *os=&cout)
 
 AP3_DecompParam ()
 
 ~AP3_DecompParam ()
 

Public Attributes

string DataDir
 
string Instance
 

Detailed Description

Storage for parameters for the 3-Indexed Assignment Problem (AP3).

Todo:
think about this design, register parameters, isoptional combos that violate, throw exceptions

Definition at line 32 of file AP3_DecompParam.h.

Constructor & Destructor Documentation

AP3_DecompParam::AP3_DecompParam ( )
inline

Definition at line 54 of file AP3_DecompParam.h.

AP3_DecompParam::~AP3_DecompParam ( )
inline

Definition at line 58 of file AP3_DecompParam.h.

Member Function Documentation

void AP3_DecompParam::getSettings ( UtilParameters utilParam)
inline

Definition at line 38 of file AP3_DecompParam.h.

References DataDir, UtilParameters::GetSetting(), and Instance.

void AP3_DecompParam::dumpSettings ( ostream *  os = &cout)
inline

Definition at line 44 of file AP3_DecompParam.h.

References DataDir, and Instance.

Member Data Documentation

string AP3_DecompParam::DataDir

Definition at line 34 of file AP3_DecompParam.h.

Referenced by dumpSettings(), and getSettings().

string AP3_DecompParam::Instance

Definition at line 35 of file AP3_DecompParam.h.

Referenced by dumpSettings(), and getSettings().


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