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

Param.cpp File Reference

#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)
INT64 ParamGetLongLong (const String &s, INT64 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)
void ParamDisplay ()
 Display parameter bindings.


Variables

char * pChar = (char *)NULL
String ParamPopFile (void)

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
 

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)
 

char* pChar = (char *)NULL [static]
 


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