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

Method getvalue

erpcgen/src/cpptemplate/cpptempl.cpp:507–510  ·  view source on GitHub ↗

base data

Source from the content-addressed store, hash-verified

505
506// base data
507std::string Data::getvalue()
508{
509 throw TemplateException("Data item is not a value");
510}
511
512data_list &Data::getlist()
513{

Callers 15

collectMethod · 0.80
runMethod · 0.80
_runMethod · 0.80
getEncodeDecodeCallMethod · 0.80
getTypeInfoMethod · 0.80
generateClientFileMethod · 0.80

Calls 1

TemplateExceptionClass · 0.85

Tested by 4

collectMethod · 0.64
runMethod · 0.64
_runMethod · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64