MCPcopy Create free account
hub / github.com/IENT/YUView / logArbitrary

Method logArbitrary

YUViewLib/src/parser/common/SubByteReaderLogging.cpp:308–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308void SubByteReaderLogging::logArbitrary(const std::string &symbolName,
309 const std::string &value,
310 const std::string &coding,
311 const std::string &code,
312 const std::string &meaning)
313{
314 if (this->currentTreeLevel)
315 this->currentTreeLevel->createChildItem(symbolName, value, coding, code, meaning);
316}
317
318void SubByteReaderLogging::stashAndReplaceCurrentTreeItem(std::shared_ptr<TreeItem> newItem)
319{

Callers 13

parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80

Calls 1

createChildItemMethod · 0.80

Tested by

no test coverage detected