Go to the source code of this file.
|
template<typename T > |
void | read_attribute_from_node (const xmlpp::Element &elm, const std::string &key, T &out_value, bool required=false) |
|
void | read_attribute_from_node (const xmlpp::Element &elm, const std::string &key, bool &out_value, bool required=false) |
|
template<typename T >
void read_attribute_from_node |
( |
const xmlpp::Element & |
elm, |
|
|
const std::string & |
key, |
|
|
T & |
out_value, |
|
|
bool |
required = false |
|
) |
| |
void read_attribute_from_node |
( |
const xmlpp::Element & |
elm, |
|
|
const std::string & |
key, |
|
|
bool & |
out_value, |
|
|
bool |
required = false |
|
) |
| |