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

Method clear

libs/base/buffer_vector.hpp:209–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209 void clear()
210 {
211 if (IsDynamic())
212 {
213 m_dynamic.clear();
214 return;
215 }
216
217 SetStaticSize(0);
218 }
219
220 /// @todo Here is some inconsistencies:
221 /// - "data" method should return 0 if vector is empty;\n

Callers 15

FlushToTmpFileMethod · 0.45
ReadEncodingMethod · 0.45
StripToTrianglesFunction · 0.45
MapVisitorClass · 0.45
ReverseMapVisitorClass · 0.45
CloseMethod · 0.45
ReadAsStringMethod · 0.45
ClearMethod · 0.45
AppendMethod · 0.45
ExtractStringMethod · 0.45
ClearMethod · 0.45

Calls

no outgoing calls

Tested by 15

loadFileFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
AddPreRankerResultsMethod · 0.36
UNIT_TESTFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36
SerdesFunction · 0.36
GetMwmsInfoFunction · 0.36
DeserializeMethod · 0.36