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

Method buf

dep/agg/include/agg_rendering_buffer.h:71–74  ·  view source on GitHub ↗

--------------------------------------------------------------------

Source from the content-addressed store, hash-verified

69
70 //--------------------------------------------------------------------
71 AGG_INLINE T* buf()
72 {
73 return m_buf;
74 }
75 AGG_INLINE const T* buf() const
76 {
77 return m_buf;

Callers 1

attachMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected