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

Method is_template

erpcgen/src/cpptemplate/cpptempl.cpp:688–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688bool data_ptr::is_template() const
689{
690 return (dynamic_cast<DataTemplate *>(ptr.get()) != nullptr);
691}
692
693TemplateException::TemplateException(size_t line, std::string reason)
694: std::exception()

Callers 2

get_var_valueMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64