|
enum | Allocator { MallocAllocator,
NewAllocator
} |
|
|
| Blob (const void *data_, const size_t length_) |
|
| Blob (const Blob &blob_) |
|
Blob & | operator= (const Blob &blob_) |
|
void | base64 (const std::string base64_) |
|
std::string | base64 (void) const |
|
const void * | data (void) const |
|
size_t | length (void) const |
|
void | update (const void *data_, const size_t length_) |
|
void | updateNoCopy (void *data_, const size_t length_, const Allocator allocator_=NewAllocator) |
|
Definition at line 22 of file Blob.h.
The documentation for this class was generated from the following files:
- /build/imagemagick-ZkkGsI/imagemagick-7.1.1.43+dfsg1/Magick++/lib/Magick++/Blob.h
- /build/imagemagick-ZkkGsI/imagemagick-7.1.1.43+dfsg1/Magick++/lib/Blob.cpp