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

Class MutateRegion

libs/drape/attribute_buffer_mutator.hpp:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace dp
14{
15struct MutateRegion
16{
17 MutateRegion() : m_offset(0), m_count(0) {}
18 MutateRegion(uint32_t offset, uint32_t count) : m_offset(offset), m_count(count) {}
19
20 uint32_t m_offset; // Offset from buffer begin in "Elements" not in bytes.
21 uint32_t m_count; // Count of "Elements".
22};
23
24struct MutateNode
25{

Callers 1

AddDynamicAttributeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected