Magick++
7.1.1-43
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
myBlob (ifstream &stream_) | |
![]() | |
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) |
Additional Inherited Members | |
![]() | |
enum | Allocator { MallocAllocator, NewAllocator } |
Definition at line 24 of file readWriteBlob.cpp.