MCPcopy Create free account
hub / github.com/MapServer/MapServer / remove_last

Method remove_last

renderers/agg/include/agg_array.h:663–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661 //------------------------------------------------------------------------
662 template<class T, unsigned S>
663 inline void pod_bvector<T, S>::remove_last()
664 {
665 if(m_size) --m_size;
666 }
667
668
669 //------------------------------------------------------------------------

Callers 5

finalize_pathMethod · 0.80
pop_attrMethod · 0.80
finalize_pathMethod · 0.80
end_contourMethod · 0.80
shorten_pathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected