Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
Parser_dh.h File Reference
#include "euclid_common.h"
Include dependency graph for Parser_dh.h:
This graph shows which files directly or indirectly include this file:

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

Function Documentation

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.

bool Parser_dhHasSwitch ( Parser_dh  p,
char *  in 
)

Definition at line 213 of file Parser_dh.c.

bool Parser_dhReadString ( Parser_dh  p,
char *  in,
char **  out 
)

Definition at line 287 of file Parser_dh.c.

bool Parser_dhReadInt ( Parser_dh  p,
char *  in,
int *  out 
)

Definition at line 249 of file Parser_dh.c.

bool Parser_dhReadDouble ( Parser_dh  p,
char *  in,
double *  out 
)

Definition at line 272 of file Parser_dh.c.

void Parser_dhPrint ( Parser_dh  p,
FILE *  fp,
bool  allPrint 
)

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.