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

Method set_children

erpcgen/src/cpptemplate/cpptempl.cpp:1521–1524  ·  view source on GitHub ↗

defaults, overridden by subclasses with children

Source from the content-addressed store, hash-verified

1519
1520// defaults, overridden by subclasses with children
1521void Node::set_children(node_vector &)
1522{
1523 throw TemplateException(get_line(), "This node type cannot have children");
1524}
1525
1526node_vector &Node::get_children()
1527{

Callers 4

_jump_to_dialogFunction · 0.80
_update_jump_to_matchesFunction · 0.80
_update_jump_to_displayFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 3

TemplateExceptionClass · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64