| 157 | m_outputLineWithId(id, os.str()); |
| 158 | } |
| 159 | void DOTGraphOutput::m_outputLineWithId(std::string const &id, |
| 160 | std::string const &line) { |
| 161 | m_idAndOutput.push_back(std::make_pair(id, line)); |
| 162 | } |
| 163 | DOTNode &DOTGraphOutput::m_addNode(std::string const &fullPath) { |
| 164 | auto id = m_getNextID(); |
| 165 | m_nodes.emplace( |