Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
507
std::string Data::getvalue()
508
{
509
throw TemplateException(
"Data item is not a value"
);
510
}
511
512
data_list &Data::getlist()
513
{
Callers
15
collect
Method · 0.80
run
Method · 0.80
_run
Method · 0.80
makeGroupInterfacesTemplateData
Method · 0.80
getFunctionsTemplateData
Method · 0.80
getSymbolTemplateByName
Method · 0.80
getStructDefinitionTemplateData
Method · 0.80
getFunctionBaseTemplateData
Method · 0.80
getEncodeDecodeBuiltin
Method · 0.80
getEncodeDecodeCall
Method · 0.80
getTypeInfo
Method · 0.80
generateClientFile
Method · 0.80
Calls
1
TemplateException
Class · 0.85
Tested by
4
collect
Method · 0.64
run
Method · 0.64
_run
Method · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64