#include <persist_context.hpp>
Public Member Functions | |
| bool | valid () const |
| void | parse () |
| name_space | next () const |
| name_space | prev () const |
| operator bool () const | |
| name_space () | |
| name_space (const std::string &ns, bool doParse=false) | |
Public Attributes | |
| std::string | namespace_ |
| std::string | root_ |
| std::string | node_ |
| std::string | lineage_ |
| std::string | descendants_ |
| bool | valid_ |
Definition at line 29 of file persist_context.hpp.
|
inline |
Definition at line 72 of file persist_context.hpp.
|
inline |
Definition at line 82 of file persist_context.hpp.
References parse().
|
inline |
Definition at line 65 of file persist_context.hpp.
References name_space().
Referenced by persist_context::get_node().
|
inline |
Definition at line 71 of file persist_context.hpp.
References valid_.
|
inline |
|
inline |
Definition at line 68 of file persist_context.hpp.
References name_space().
Referenced by persist_file_context::clear_var().
|
inline |
Definition at line 37 of file persist_context.hpp.
References valid_.
| std::string persist_context::name_space::descendants_ |
Definition at line 34 of file persist_context.hpp.
Referenced by persist_manager::get_context().
| std::string persist_context::name_space::lineage_ |
Definition at line 33 of file persist_context.hpp.
Referenced by persist_file_context::clear_var().
| std::string persist_context::name_space::namespace_ |
Definition at line 30 of file persist_context.hpp.
Referenced by persist_context::get_node().
| std::string persist_context::name_space::node_ |
Definition at line 32 of file persist_context.hpp.
Referenced by persist_file_context::clear_var().
| std::string persist_context::name_space::root_ |
Definition at line 31 of file persist_context.hpp.
Referenced by persist_manager::get_context(), persist_context::get_node(), persist_file_context::load(), persist_file_context::save_context(), and persist_context::set_node().
| bool persist_context::name_space::valid_ |
Definition at line 35 of file persist_context.hpp.
Referenced by operator bool(), and valid().
1.8.8