Ifpack Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
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

◆ Parser_dhCreate()

void Parser_dhCreate ( Parser_dh * p)
extern

Definition at line 68 of file Parser_dh.c.

◆ Parser_dhDestroy()

void Parser_dhDestroy ( Parser_dh p)
extern

Definition at line 94 of file Parser_dh.c.

◆ Parser_dhHasSwitch()

bool Parser_dhHasSwitch ( Parser_dh p,
char * in )
extern

Definition at line 213 of file Parser_dh.c.

◆ Parser_dhReadString()

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

Definition at line 287 of file Parser_dh.c.

◆ Parser_dhReadInt()

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

Definition at line 249 of file Parser_dh.c.

◆ Parser_dhReadDouble()

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

Definition at line 272 of file Parser_dh.c.

◆ Parser_dhPrint()

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

Definition at line 303 of file Parser_dh.c.

◆ Parser_dhInsert()

void Parser_dhInsert ( Parser_dh p,
char * name,
char * value )
extern

Definition at line 335 of file Parser_dh.c.

◆ Parser_dhUpdateFromFile()

void Parser_dhUpdateFromFile ( Parser_dh p,
char * name )
extern

Definition at line 116 of file Parser_dh.c.

◆ Parser_dhInit()

void Parser_dhInit ( Parser_dh p,
int argc,
char * argv[] )
extern

Definition at line 148 of file Parser_dh.c.