Searched refs:CGrowBuf (Results 1 – 1 of 1) sorted by relevance
34 class CGrowBuf39 CGrowBuf(const CGrowBuf &buffer);40 void operator=(const CGrowBuf &buffer);55 CGrowBuf(): _items(0), _size(0) {} in CGrowBuf() function56 ~CGrowBuf() { MyFree(_items); } in ~CGrowBuf()65 CGrowBuf Data;