array_base Class Reference
#include <array.hpp>
List of all members.
Detailed Description
Mixin class for memory allocation to keep stdlib functions out of the headers.
Definition at line 49 of file array.hpp.
Constructor & Destructor Documentation
virtual ~array_base |
( |
|
) |
[inline, protected, virtual] |
Member Function Documentation
void copy |
( |
void * |
dest, |
|
|
void * |
src, |
|
|
const gsgl::index_t & |
num_bytes | |
|
) |
| | [protected] |
void deallocate |
( |
void * |
ptr |
) |
[protected] |
void move |
( |
void * |
dest, |
|
|
void * |
src, |
|
|
const gsgl::index_t & |
num_bytes | |
|
) |
| | [protected] |
void * reallocate |
( |
void * |
ptr, |
|
|
const gsgl::index_t & |
num_bytes | |
|
) |
| | [protected] |
void set |
( |
void * |
dest, |
|
|
const unsigned char & |
val, |
|
|
const gsgl::index_t & |
num_bytes | |
|
) |
| | [protected] |
The documentation for this class was generated from the following files: