MCPcopy Create free account
hub / github.com/comaps/comaps / GetMWMFeatureIndex

Method GetMWMFeatureIndex

libs/editor/xml_feature.cpp:354–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354uint32_t XMLFeature::GetMWMFeatureIndex() const
355{
356 // Always cast to uint32_t to avoid warnings on different platforms.
357 return static_cast<uint32_t>(GetRootNode().attribute(kIndex).as_uint(0));
358}
359
360void XMLFeature::SetMWMFeatureIndex(uint32_t index)
361{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected