Public Member Functions |
| LocalDataBuffer2 (typename DataBuffer2< sz, Pool >::DataBufferPool &thePool, typename DataBuffer2< sz, Pool >::HeadPOD &_src) |
| DataBuffer2 (DataBufferPool &) |
bool | seize (Uint32 n) |
void | release () |
Uint32 | getSize () const |
bool | isEmpty () const |
void | print (FILE *) const |
bool | first (DataBufferIterator &) |
bool | next (DataBufferIterator &) |
bool | next (DataBufferIterator &, Uint32 hops) |
bool | nextPool (DataBufferIterator &) |
bool | position (DataBufferIterator &it, Uint32 pos) |
bool | first (ConstDataBufferIterator &) const |
bool | next (ConstDataBufferIterator &) const |
bool | next (ConstDataBufferIterator &, Uint32 hops) const |
bool | nextPool (ConstDataBufferIterator &) const |
bool | importable (const DataBufferIterator, Uint32 len) |
bool | import (const DataBufferIterator &, const Uint32 *src, Uint32 len) |
bool | append (const Uint32 *src, Uint32 len) |
template<Uint32 sz, typename Pool>
class LocalDataBuffer2< sz, Pool >
Definition at line 189 of file DataBuffer2.hpp.