19 : m_highlightKey(std::pair<std::string, std::string>(interiorId, entityId))
23 std::string GetInteriorId()
const {
return m_highlightKey.first; }
24 std::string GetEntityId()
const {
return m_highlightKey.second; }
26 bool operator < (
const InteriorsHighlightKey& other)
const {
return m_highlightKey < other.m_highlightKey; }
28 const std::pair <std::string, std::string> m_highlightKey;