ParFile Member List
This is the complete list of members for
ParFile, including all inherited members.
get_filename() | ParFile | [inline] |
get_par(const char *name) const | ParFile | |
init_ParFile(int argc, char **argv, const char *file=NULL) | ParFile | |
is_blank(const char *str) (defined in ParFile) | ParFile | [static] |
is_comment(const char *str, char delimit='#') | ParFile | [static] |
operator<<(ostream &os, ParFile &parFile) | ParFile | [friend] |
operator<<(ostream &os, ParFile *parFile) | ParFile | [friend] |
ParFile() | ParFile | [inline] |
ParFile(int argc, char **argv, const char *file=NULL) | ParFile | |
pget(const char *name, bool &result) const | ParFile | |
pget(const char *name, double &result) const | ParFile | |
pget(const char *name, int &result) const | ParFile | |
pget(const char *name, long &result) const | ParFile | |
pget(const char *name, char result[], size_t) const | ParFile | |
pget(const char *name, string &rult) const | ParFile | |
pgetb(const char *name) const | ParFile | |
pgetd(const char *name) const | ParFile | |
pgeti(const char *name) const | ParFile | |
pgetl(const char *name) const | ParFile | |
pgetstr(const char *name, char result[], size_t size) const | ParFile | |
pgetstring(const char *name) const | ParFile | |
print(ostream &os) const | ParFile | |
traverse(int(*fct)(Par *)) const | ParFile | |
~ParFile() | ParFile | |