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

Param.cpp File Reference

#include <Null.hpp>
#include "common_headers.hpp"
#include "String.hpp"
#include "Param.hpp"
#include "parameters.h"

Defines

#define MAXLEN   65536

Functions

int ParamGetBit (const String &s,int def)
int ParamGetInt (const String &s,int def)
int ParamGet (const String &s,int &value)
int ParamGet (const String &s,int &value,const int &def)
double ParamGetDouble (const String &s,double def)
int ParamGet (const String &s,double &value)
int ParamGet (const String &s,double &value,const double &def)
float ParamGetFloat (const String &s,float def)
int ParamGet (const String &s,float &value)
int ParamGet (const String &s,float &value,const float &def)
int ParamGet (const String &s,String &value)
int ParamGet (const String &s,String &value,const String &def)
String ParamGetString (const String &s,const String &def)
String ParamGetString (const String &s,String &value,const String &def)
String ParamGetString (const String &s)
void ParamPushPrefix (const String &s)
void ParamPopPrefix (void)
int ParamPushFile (const String &s)
String ParamPopFile (void)
void ParamDisplay ()
 Display parameter bindings.


Define Documentation

#define MAXLEN   65536
 


Function Documentation

void ParamDisplay ( )
 

Display parameter bindings.

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

int ParamGet ( const String & s,
String & value )
 

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 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 )
 

String ParamGetString ( const String & s )
 

String ParamGetString ( const String & s,
String & value,
const String & def )
 

String ParamGetString ( const String & s,
const String & def )
 

String ParamPopFile ( void )
 

void ParamPopPrefix ( void )
 

int ParamPushFile ( const String & s )
 

void ParamPushPrefix ( const String & s )
 


Generated at Fri Jul 26 18:22:34 2002 for LEMUR by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000