Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
688
bool data_ptr::is_template() const
689
{
690
return (dynamic_cast<DataTemplate *>(ptr.get()) != nullptr);
691
}
692
693
TemplateException::TemplateException(size_t line, std::string reason)
694
: std::exception()
Callers
2
get_var_value
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64