MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / set_parent

Method set_parent

erpcgen/src/cpptemplate/cpptempl.hpp:210–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 bool has(const std::string &key);
209 data_ptr &parse_path(const std::string &key, bool create = false);
210 void set_parent(data_map *p) { parent = p; }
211
212private:
213 std::unordered_map<std::string, data_ptr> data;

Callers 2

evalMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64