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

Method getEntries

src/osvr/Common/RegisteredStringMap.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 bool RegisteredStringMap::isModified() const { return m_modified; }
77 void RegisteredStringMap::clearModifiedFlag() { m_modified = false; }
78 std::vector<std::string> RegisteredStringMap::getEntries() const {
79 return m_regEntries;
80 }
81
82 util::StringID CorrelatedStringMap::getStringID(std::string const &str) {
83 return m_local.getStringID(str);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected