NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CSimpleResizeStrategy |
class | CAgressiveResizeStrategy |
class | CPowerOfTwoResizeStrategy |
class | CSimpleBufferT< T, ResizeStrategy > |
Reallocable memory buffer (no memory copy overhead) Mimics vector<>, without the overhead of explicit initialization of all items. More... | |
Typedefs | |
typedef CSimpleBufferT | CSimpleBuffer |
typedef CSimpleBufferT CSimpleBuffer |
Definition at line 282 of file simple_buffer.hpp.