#include <configr_assign.hpp>
Public Member Functions | |
template<typename AT > | |
configr_of (const std::string &attrname, AT value) | |
configr_of (const config &cfg) | |
configr_of & | operator() (const config &cfg) |
configr_of & | operator() (const std::string &tagname, const configr_of &child) |
Public Attributes | |
std::vector< std::pair< const std::string *, const configr_of * > > | subtags_ |
const config * | data_ |
Definition at line 21 of file configr_assign.hpp.
|
inline |
Definition at line 24 of file configr_assign.hpp.
References operator()().
|
inline |
Definition at line 29 of file configr_assign.hpp.
References operator()().
|
inline |
|
inline |
Definition at line 40 of file configr_assign.hpp.
References subtags_.
const config* configr_of::data_ |
Definition at line 46 of file configr_assign.hpp.
Referenced by operator()(), and write_internal().
std::vector<std::pair<const std::string*, const configr_of*> > configr_of::subtags_ |
Definition at line 45 of file configr_assign.hpp.
Referenced by operator()(), and write_internal().