Searched refs:CByteDynBuffer (Results 1 – 2 of 2) sorted by relevance
63 class CByteDynBuffer68 CByteDynBuffer(): _capacity(0), _buf(0) {}; in CByteDynBuffer() function70 ~CByteDynBuffer() { Free(); } in ~CByteDynBuffer()82 CByteDynBuffer _buffer;
100 void CByteDynBuffer::Free() throw() in Free()107 bool CByteDynBuffer::EnsureCapacity(size_t cap) throw() in EnsureCapacity()