Magick++
7.0.10
|
#include <Blob.h>
Public Types | |
enum | Allocator { MallocAllocator, NewAllocator } |
Public Member Functions | |
Blob (void) | |
Blob (const void *data_, const size_t length_) | |
Blob (const Blob &blob_) | |
virtual | ~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) |
Magick::Blob::Blob | ( | const void * | data_, |
const size_t | length_ | ||
) |
Magick::Blob::Blob | ( | const Blob & | blob_ | ) |
Definition at line 29 of file Blob.cpp.
References Magick::BlobRef::increase().
void Magick::Blob::base64 | ( | const std::string | base64_ | ) |
Definition at line 63 of file Blob.cpp.
References MallocAllocator.
const void * Magick::Blob::data | ( | void | ) | const |
Definition at line 103 of file Blob.cpp.
Referenced by Magick::Image::exifProfile(), Magick::Image::iptcProfile(), Magick::Image::ping(), Magick::Image::profile(), Magick::Image::read(), and Magick::readImages().
size_t Magick::Blob::length | ( | void | ) | const |
Definition at line 108 of file Blob.cpp.
Referenced by Magick::Image::exifProfile(), Magick::Image::iptcProfile(), Magick::Image::ping(), Magick::Image::profile(), Magick::Image::read(), and Magick::readImages().
Magick::Blob & Magick::Blob::operator= | ( | const Blob & | blob_ | ) |
Definition at line 50 of file Blob.cpp.
References Magick::BlobRef::increase().
void Magick::Blob::update | ( | const void * | data_, |
const size_t | length_ | ||
) |
void Magick::Blob::updateNoCopy | ( | void * | data_, |
const size_t | length_, | ||
const Allocator | allocator_ = NewAllocator |
||
) |
Definition at line 121 of file Blob.cpp.
Referenced by Magick::Image::write(), and Magick::writeImages().