#include <config_assign.hpp>
Public Member Functions | |
template<typename AT > | |
config_of (const std::string &attrname, AT value) | |
config_of (const std::string &tagname, const config &child) | |
template<typename AT > | |
config_of & | operator() (const std::string &attrname, AT value) |
config_of & | operator() (const std::string &tagname, const config &child) |
config_of & | operator() (const std::string &tagname, const config_of &child) |
operator config () const | |
Private Attributes | |
config | data_ |
Definition at line 20 of file config_assign.hpp.
|
inline |
Definition at line 24 of file config_assign.hpp.
References operator()().
|
inline |
Definition at line 29 of file config_assign.hpp.
References operator()().
|
inline |
Definition at line 53 of file config_assign.hpp.
References data_.
|
inline |
|
inline |
Definition at line 41 of file config_assign.hpp.
References config::add_child(), and data_.
|
inline |
Definition at line 47 of file config_assign.hpp.
References config::add_child(), and data_.
|
private |
Definition at line 58 of file config_assign.hpp.
Referenced by operator config(), and operator()().