|
Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include "euclid_common.h"

Go to the source code of this file.
Functions | |
| void | Parser_dhCreate (Parser_dh *p) |
| void | Parser_dhDestroy (Parser_dh p) |
| bool | Parser_dhHasSwitch (Parser_dh p, char *in) |
| bool | Parser_dhReadString (Parser_dh p, char *in, char **out) |
| bool | Parser_dhReadInt (Parser_dh p, char *in, int *out) |
| bool | Parser_dhReadDouble (Parser_dh p, char *in, double *out) |
| void | Parser_dhPrint (Parser_dh p, FILE *fp, bool allPrint) |
| void | Parser_dhInsert (Parser_dh p, char *name, char *value) |
| void | Parser_dhUpdateFromFile (Parser_dh p, char *name) |
| void | Parser_dhInit (Parser_dh p, int argc, char *argv[]) |
| void Parser_dhCreate | ( | Parser_dh * | p | ) |
Definition at line 68 of file Parser_dh.c.
| void Parser_dhDestroy | ( | Parser_dh | p | ) |
Definition at line 94 of file Parser_dh.c.
Definition at line 213 of file Parser_dh.c.
Definition at line 287 of file Parser_dh.c.
Definition at line 249 of file Parser_dh.c.
Definition at line 272 of file Parser_dh.c.
Definition at line 303 of file Parser_dh.c.
| void Parser_dhInsert | ( | Parser_dh | p, |
| char * | name, | ||
| char * | value | ||
| ) |
Definition at line 335 of file Parser_dh.c.
| void Parser_dhUpdateFromFile | ( | Parser_dh | p, |
| char * | name | ||
| ) |
Definition at line 116 of file Parser_dh.c.
| void Parser_dhInit | ( | Parser_dh | p, |
| int | argc, | ||
| char * | argv[] | ||
| ) |
Definition at line 148 of file Parser_dh.c.
1.8.5