Lines Matching refs:tree
42 config::tree::tree(const bool strict) : in tree() function in config::tree
52 config::tree::tree(const bool strict, detail::static_inner_node* root) : in tree() function in config::tree
59 config::tree::~tree(void) in ~tree()
67 config::tree
68 config::tree::deep_copy(void) const in deep_copy()
72 return config::tree(_strict, new_root); in deep_copy()
92 config::tree
93 config::tree::combine(const tree& overrides) const in combine()
102 return config::tree(_strict, new_root); in combine()
119 config::tree::define_dynamic(const std::string& dotted_key) in define_dynamic()
140 config::tree::is_set(const std::string& dotted_key) const in is_set()
166 config::tree::push_lua(const std::string& dotted_key, lutok::state& state) const in push_lua()
189 config::tree::set_lua(const std::string& dotted_key, lutok::state& state, in set_lua()
218 config::tree::lookup_string(const std::string& dotted_key) const in lookup_string()
244 config::tree::set_string(const std::string& dotted_key, in set_string()
276 config::tree::all_properties(const std::string& dotted_key, in all_properties()
321 config::tree::operator==(const tree& other) const in operator ==()
335 config::tree::operator!=(const tree& other) const in operator !=()