|
VPR-7.0
|
#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "util.h"#include "ezxml.h"#include "read_xml_util.h"
Include dependency graph for read_xml_util.c:Go to the source code of this file.
Functions | |
| ezxml_t | FindElement (INP ezxml_t Parent, INP const char *Name, INP boolean Required) |
| ezxml_t | FindFirstElement (INP ezxml_t Parent, INP const char *Name, INP boolean Required) |
| void | CheckElement (INP ezxml_t Node, INP const char *Name) |
| void | FreeNode (INOUTP ezxml_t Node) |
| boolean | IsWhitespace (char c) |
| const char * | FindProperty (INP ezxml_t Parent, INP const char *Name, INP boolean Required) |
| void | CountTokensInString (INP const char *Str, OUTP int *Num, OUTP int *Len) |
| char ** | GetNodeTokens (INP ezxml_t Node) |
| char ** | LookaheadNodeTokens (INP ezxml_t Node) |
| int | GetIntProperty (INP ezxml_t Parent, INP char *Name, INP boolean Required, INP int default_value) |
| float | GetFloatProperty (INP ezxml_t Parent, INP char *Name, INP boolean Required, INP float default_value) |
| boolean | GetBooleanProperty (INP ezxml_t Parent, INP char *Name, INP boolean Required, INP boolean default_value) |
| int | CountChildren (INP ezxml_t Node, INP const char *Name, INP int min_count) |
Definition at line 343 of file read_xml_util.c.
Here is the caller graph for this function:Definition at line 138 of file read_xml_util.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 11 of file read_xml_util.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 38 of file read_xml_util.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 122 of file read_xml_util.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 73 of file read_xml_util.c.
Here is the call graph for this function:
Here is the caller graph for this function:| boolean GetBooleanProperty | ( | INP ezxml_t | Parent, |
| INP char * | Name, | ||
| INP boolean | Required, | ||
| INP boolean | default_value | ||
| ) |
Definition at line 314 of file read_xml_util.c.
Here is the call graph for this function:
Here is the caller graph for this function:| float GetFloatProperty | ( | INP ezxml_t | Parent, |
| INP char * | Name, | ||
| INP boolean | Required, | ||
| INP float | default_value | ||
| ) |
Definition at line 297 of file read_xml_util.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int GetIntProperty | ( | INP ezxml_t | Parent, |
| INP char * | Name, | ||
| INP boolean | Required, | ||
| INP int | default_value | ||
| ) |
Definition at line 281 of file read_xml_util.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 165 of file read_xml_util.c.
Here is the call graph for this function:
Here is the caller graph for this function:| boolean IsWhitespace | ( | char | c | ) |
Definition at line 224 of file read_xml_util.c.
Here is the call graph for this function: