#include <buffer.h>
Definition at line 27 of file buffer.h.
| CBuffer::CBuffer |
( |
const CBuffer & |
| ) |
|
|
private |
| CBuffer::CBuffer |
( |
size_t |
nSize | ) |
|
| CBuffer::CBuffer |
( |
uint8_t * |
pByteArray, |
|
|
size_t |
nByteArraySize, |
|
|
bool |
fCopy |
|
) |
| |
| size_t CBuffer::GetAllocatedSize |
( |
| ) |
|
|
inline |
| uint8_t* CBuffer::GetData |
( |
| ) |
|
|
inline |
| size_t CBuffer::GetSize |
( |
| ) |
|
|
inline |
| HRESULT CBuffer::InitNoAlloc |
( |
uint8_t * |
pByteArray, |
|
|
size_t |
nByteArraySize |
|
) |
| |
| HRESULT CBuffer::InitWithAllocAndCopy |
( |
uint8_t * |
pByteArray, |
|
|
size_t |
nByteArraySize |
|
) |
| |
| HRESULT CBuffer::InitWithAllocation |
( |
size_t |
size | ) |
|
| bool CBuffer::IsValid |
( |
| ) |
|
| void CBuffer::operator= |
( |
const CBuffer & |
other | ) |
|
|
private |
| HRESULT CBuffer::SetSize |
( |
size_t |
size | ) |
|
| size_t CBuffer::_allocatedSize |
|
private |
| boost::scoped_array<uint8_t> CBuffer::_spAllocation |
|
private |
The documentation for this class was generated from the following files: