MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / m_getNextID

Method m_getNextID

apps/PathTreeExport/DOTGraphOutput.cpp:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171std::string DOTGraphOutput::m_getNextID() {
172 std::ostringstream id;
173 id << "n" << m_count;
174 m_count++;
175 return id.str();
176}

Callers

nothing calls this directly

Calls 1

strMethod · 0.80

Tested by

no test coverage detected