A XML parameter database using PugiXML. Allows to add tests for different devices and the like.
More...
#include <kernel_parameters.hpp>
Detailed Description
A XML parameter database using PugiXML. Allows to add tests for different devices and the like.
Constructor & Destructor Documentation
Member Function Documentation
void add_data_node |
( |
std::string |
tagstr, |
|
|
ValueT |
data |
|
) |
| |
|
inline |
void add_data_node |
( |
std::string |
tagstr, |
|
|
std::string |
data |
|
) |
| |
|
inline |
void dump |
( |
std::string |
filename | ) |
|
|
inline |
void dump |
( |
std::ostream & |
stream = std::cout | ) |
|
|
inline |
void load |
( |
std::string |
filename | ) |
|
|
inline |
Field Documentation
pugi::xml_node parameters |
The documentation for this struct was generated from the following file: