19 DreBuffer(uint32 z_uInitSize, uint32 z_uChunkSize);
23 void putByte(uint8 z_uByte);
26 inline void clear() {m_puEnd = m_puBytes;}
27 inline uint8 *data() {
return m_puBytes;}
28 inline uint32 size() {
return m_puEnd - m_puBytes;}
Definition: dre_buff.h:16