Magick::Blob Class Reference
Inheritance diagram for Magick::Blob:
myBlob

Public Types

enum  Allocator { MallocAllocator, NewAllocator }
 

Public Member Functions

 Blob (const void *data_, const size_t length_)
 
 Blob (const Blob &blob_)
 
Bloboperator= (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)
 

Private Attributes

BlobRef_blobRef
 

Detailed Description


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