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

Method add

dep/agg/include/agg_array.h:827–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

825 //------------------------------------------------------------------------
826 template <class T, unsigned S>
827 inline void pod_bvector<T, S>::add(const T& val)
828 {
829 *data_ptr() = val;
830 ++m_size;
831 }
832
833 //------------------------------------------------------------------------
834 template <class T, unsigned S>

Callers 15

logger.ccFile · 0.45
renderLogMessageFunction · 0.45
renderLogMessageFunction · 0.45
renderLogMessageFunction · 0.45
logMessageMethod · 0.45
OnLogMessageMethod · 0.45
add_vertexMethod · 0.45
line_toMethod · 0.45
recursive_bezierMethod · 0.45
bezierMethod · 0.45
add_vertexMethod · 0.45
add_vertexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected