9.0
general documentation
Loading...
Searching...
No Matches
cs_tree_xml.cpp File Reference
#include "base/cs_defs.h"
#include <assert.h>
#include <ctype.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include "bft/bft_mem.h"
#include "bft/bft_error.h"
#include "bft/bft_printf.h"
#include "base/cs_base.h"
#include "base/cs_file.h"
#include "base/cs_parall.h"
#include "base/cs_parameters.h"
#include "base/cs_tree.h"
#include "gui/cs_tree_xml.h"
Include dependency graph for cs_tree_xml.cpp:

Functions

void cs_tree_xml_read (cs_tree_node_t *r, const char path[])
 Read and parse XML file to tree.

Detailed Description

Tree structure and XML file mapping.

Function Documentation

◆ cs_tree_xml_read()

void cs_tree_xml_read ( cs_tree_node_t * r,
const char path[] )

Read and parse XML file to tree.

Parameters
[in,out]rroot node to which XML contents are read
[in]pathpath to XML file