MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / clear

Method clear

dep/agg/include/agg_array.h:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351 m_size = 0;
352 }
353 void clear()
354 {
355 m_size = 0;
356 }
357 void cut_at(unsigned num)
358 {
359 if (num < m_size)

Callers 5

clearAllMethod · 0.45
step_horMethod · 0.45
step_verMethod · 0.45
remove_allMethod · 0.45
free_allMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected