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

Method GetTypesCount

libs/indexer/feature.hpp:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 feature::GeomType GetGeomType() const;
50
51 uint8_t GetTypesCount() const { return (m_header & feature::HEADER_MASK_TYPE) + 1; }
52
53 bool HasName() const { return (m_header & feature::HEADER_MASK_HAS_NAME) != 0; }
54 StringUtf8Multilang const & GetNames();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected