paramxx  1.0.7
Parameters Class Reference

Public Member Functions

 Parameters (int argc, char *argv[], const char *fname=NULL, const char *boolpars[]=0, const char *doublepars[]=0, const char *intpars[]=0, const char *stringpars[]=0) throw ( ParFileException )
 
void init_Parameters (int argc, char *argv[], const char *fname=NULL, const char *boolpars[]=0, const char *doublepars[]=0, const char *intpars[]=0, const char *stringpars[]=0) throw ( ParFileException )
 
virtual void print (ostream &os=cout, const char *prefix="#: ") const
 
bool pgetb (const char *) const throw ( ParFileException )
 
int pgeti (const char *) const throw ( ParFileException )
 
double pgetd (const char *) const throw ( ParFileException )
 
string pgetstring (const char *) const throw ( ParFileException )
 

Friends

ostream & operator<< (ostream &os, Parameters &a)
 
ostream & operator<< (ostream &os, Parameters *a)
 

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