Searched refs:CByteDynBuffer (Results 1 – 2 of 2) sorted by relevance
46 class CByteDynBuffer51 CByteDynBuffer(): _capacity(0), _buf(0) {}; in CByteDynBuffer() function53 ~CByteDynBuffer() { Free(); } in ~CByteDynBuffer()65 CByteDynBuffer _buffer;
68 void CByteDynBuffer::Free() throw() in Free()75 bool CByteDynBuffer::EnsureCapacity(size_t cap) throw() in EnsureCapacity()