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

Method DataTemplate

erpcgen/src/cpptemplate/cpptempl.cpp:624–628  ·  view source on GitHub ↗

data template

Source from the content-addressed store, hash-verified

622
623// data template
624DataTemplate::DataTemplate(const std::string &templateText)
625{
626 // Parse the template
627 impl::TemplateParser(templateText, m_tree).parse();
628}
629
630std::string DataTemplate::getvalue()
631{

Callers

nothing calls this directly

Calls 2

TemplateParserClass · 0.85
parseMethod · 0.80

Tested by

no test coverage detected