|
| 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_, size_t length_) |
| |
|
void | updateNoCopy (void *data_, size_t length_, Allocator allocator_=NewAllocator) |
| |
Definition at line 22 of file Blob.h.
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/ImageMagick-7.1.2-29/Magick++/lib/Magick++/Blob.h
- /builddir/build/BUILD/ImageMagick-7.1.2-29/Magick++/lib/Blob.cpp