| 306 | } |
| 307 | |
| 308 | void 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 | |
| 318 | void SubByteReaderLogging::stashAndReplaceCurrentTreeItem(std::shared_ptr<TreeItem> newItem) |
| 319 | { |