Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Param.hpp File Reference

#include "String.hpp"
#include "parameters.h"

Go to the source code of this file.

Functions

String ParamGetString (const String &s, const String &def)
String ParamGetString (const String &s, String &value, const String &def)
String ParamGetString (const String &s)
int ParamGet (const String &s, String &value)
int ParamGet (const String &s, String &value, const String &def)
int ParamGet (const String &s, int &value)
int ParamGet (const String &s, int &value, const int &def)
int ParamGet (const String &s, double &value)
int ParamGet (const String &s, double &value, const double &def)
int ParamGet (const String &s, float &value)
int ParamGet (const String &s, float &value, const float &def)
int ParamGetInt (const String &s, int def)
int ParamGetBit (const String &s, int def)
double ParamGetDouble (const String &s, double def)
float ParamGetFloat (const String &s, float def)
INT64 ParamGetLongLong (const String &s, INT64 def)
int ParamCheckpointed (void)
void ParamCheckpoint (void)
void ParamDump (ostream &os)
void ParamPushPrefix (const String &s)
void ParamPopPrefix (void)
int ParamPushFile (const String &s)
void ParamDisplay ()
 Display parameter bindings.


Variables

String ParamPopFile (void)


Function Documentation

void ParamCheckpoint void   
 

int ParamCheckpointed void   
 

void ParamDisplay  
 

Display parameter bindings.

void ParamDump ostream &    os
 

int ParamGet const String   s,
float &    value,
const float &    def
 

int ParamGet const String   s,
float &    value
 

int ParamGet const String   s,
double &    value,
const double &    def
 

int ParamGet const String   s,
double &    value
 

int ParamGet const String   s,
int &    value,
const int &    def
 

int ParamGet const String   s,
int &    value
 

int ParamGet const String   s,
String   value,
const String   def
 

int ParamGet const String   s,
String   value
 

int ParamGetBit const String   s,
int    def
 

double ParamGetDouble const String   s,
double    def
 

float ParamGetFloat const String   s,
float    def
 

int ParamGetInt const String   s,
int    def
 

INT64 ParamGetLongLong const String   s,
INT64    def
 

String ParamGetString const String   s
 

String ParamGetString const String   s,
String   value,
const String   def
 

String ParamGetString const String   s,
const String   def
 

void ParamPopPrefix void   
 

int ParamPushFile const String   s
 

void ParamPushPrefix const String   s
 


Variable Documentation

String ParamPopFile(void)
 


Generated on Wed Nov 3 12:59:16 2004 for Lemur Toolkit by doxygen1.2.18