#include <alsfvm/config/XMLParser.hpp>
|
typedef boost::property_tree::ptree | ptree |
|
|
void | parseFile (std::istream &stream, ptree &configuration) |
| parseFile parses the file and reads all the properties into the property tree More...
|
|
◆ ptree
◆ parseFile()
void alsfvm::config::XMLParser::parseFile |
( |
std::istream & |
stream, |
|
|
ptree & |
configuration |
|
) |
| |
parseFile parses the file and reads all the properties into the property tree
- Parameters
-
[in] | stream | the stream to read from |
[out] | configuration | the configuration to write to. |
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/alsvinn/checkouts/latest/alsfvm/include/alsfvm/config/XMLParser.hpp
- /home/docs/checkouts/readthedocs.org/user_builds/alsvinn/checkouts/latest/alsfvm/src/config/XMLParser.cpp