MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetIdx

Method GetIdx

cpp/src/Localization.cpp:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 m_Label[lang] = label;
68}
69uint64 LabelLocalizationEntry::GetIdx
70(
71)
72{
73 uint64 key = ((uint64)m_index << 32) | ((uint64)m_pos);
74 return key;
75
76}
77string LabelLocalizationEntry::GetLabel
78(
79 string lang

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected