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

Method GetData

libs/coding/files_container.hpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160 template <typename T>
161 T const * GetData() const
162 {
163 ASSERT_EQUAL(m_size % sizeof(T), 0, ());
164 return reinterpret_cast<T const *>(m_base);
165 }
166
167 template <typename T>
168 size_t GetDataCount() const

Callers 15

LoadHierachyFunction · 0.45
GetCountryFunction · 0.45
MakeTree4dMethod · 0.45
FindPlaceParentMethod · 0.45
LinkMethod · 0.45
GetCenterMethod · 0.45
TransformMethod · 0.45
AddChildrenToFunction · 0.45
FlattenBuildingPartsFunction · 0.45
ProcessMethod · 0.45
ProcessRoundaboutsMethod · 0.45
UNIT_CLASS_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 9

UNIT_CLASS_TESTFunction · 0.36
SortForestFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36
OnProgressMethod · 0.36
OnProgressMethod · 0.36
UNIT_TESTFunction · 0.36