#include <Buffer.h>
cinder::Buffer::Buffer |
( |
| ) |
|
cinder::Buffer::Buffer |
( |
size_t |
size | ) |
|
Constructs a Buffer of size size.
cinder::Buffer::Buffer |
( |
void * |
buffer, |
|
|
size_t |
size |
|
) |
| |
Constructs a Buffer that points at buffer, does not assume ownership.
cinder::Buffer::Buffer |
( |
const Buffer & |
rhs | ) |
|
cinder::Buffer::Buffer |
( |
Buffer && |
rhs | ) |
|
cinder::Buffer::~Buffer |
( |
| ) |
|
static BufferRef cinder::Buffer::create |
( |
size_t |
size | ) |
|
|
static |
static BufferRef cinder::Buffer::create |
( |
void * |
buffer, |
|
|
size_t |
size |
|
) |
| |
|
static |
void cinder::Buffer::setSize |
( |
size_t |
size | ) |
|
size_t cinder::Buffer::getSize |
( |
| ) |
const |
size_t cinder::Buffer::getAllocatedSize |
( |
| ) |
const |
void* cinder::Buffer::getData |
( |
| ) |
|
const void* cinder::Buffer::getData |
( |
| ) |
const |
void cinder::Buffer::resize |
( |
size_t |
newSize | ) |
|
void cinder::Buffer::copyFrom |
( |
const void * |
data, |
|
|
size_t |
length |
|
) |
| |
The documentation for this class was generated from the following files: