NCBI C++ ToolKit
|
Search Toolkit Book for CFastBuffer
#include <corelib/ncbimisc.hpp>
Public Member Functions | |
CFastBuffer (size_t buf_size) | |
~CFastBuffer () | |
TType | operator[] (size_t pos) const |
TType & | operator* (void) |
const TType & | operator* (void) const |
TType * | operator+ (size_t offset) |
const TType * | operator+ (size_t offset) const |
TType * | begin (void) |
const TType * | begin (void) const |
TType * | end (void) |
const TType * | end (void) const |
size_t | size (void) const |
Private Attributes | |
size_t | m_Size |
TType * | m_Buffer |
TType | m_EmbeddedBuffer [KEmbeddedSize] |
Definition at line 1165 of file ncbimisc.hpp.