IS3D::ConfigMap Class Reference

#include <ConfigVal.H>

List of all members.

Static Public Member Functions

static bool readFile (const std::string &filename, Log *log=NULL)
static bool containsKey (const std::string &keyString)
static std::string getValue (const std::string &keyString)
static void set (const std::string &key, const std::string &value)
static void debugPrint ()


Detailed Description

This class stores the data for the ConfigVal accessor functions Essentially, this is a big associative array std::string's map to std::strings. The ConfigVal function is used to access values and reinterpret them as different types. The key/value pairs can be read in from a file(s), or set manually with the set function.


Member Function Documentation

static bool IS3D::ConfigMap::readFile ( const std::string &  filename,
Log *  log = NULL 
) [static]

static bool IS3D::ConfigMap::containsKey ( const std::string &  keyString  )  [static]

static std::string IS3D::ConfigMap::getValue ( const std::string &  keyString  )  [static]

static void IS3D::ConfigMap::set ( const std::string &  key,
const std::string &  value 
) [static]

static void IS3D::ConfigMap::debugPrint (  )  [static]


The documentation for this class was generated from the following file:
Generated on Sun Jul 6 06:42:48 2008 for IS3D by  doxygen 1.5.1