www/api/Magick++/classMagick_1_1Blob.html
| Magick++ 7.1.0 |
Public Types | Public Member Functions | List of all members
Magick::Blob Class Reference
#include <Blob.h>
|
| | enum | Allocator { MallocAllocator, NewAllocator } | | |
|
| | | 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) | | |
Definition at line 22 of file Blob.h.
| enum Magick::Blob::Allocator |
| Enumerator |
|---|
| MallocAllocator |
| NewAllocator |
Definition at line 26 of file Blob.h.
| Magick::Blob::Blob | ( | void | | ) | |
Definition at line 21 of file Blob.cpp.
| Magick::Blob::Blob | ( | const void * | data_, | | | | const size_t | length_ | | | ) | | |
Definition at line 26 of file Blob.cpp.
| Magick::Blob::Blob | ( | const Blob & | blob_ | ) | |
Definition at line 31 of file Blob.cpp.
References Magick::BlobRef::increase().
|
| Magick::Blob::~Blob | ( | | ) | |
| virtual |
Definition at line 38 of file Blob.cpp.
| void Magick::Blob::base64 | ( | const std::string | base64_ | ) | |
Definition at line 65 of file Blob.cpp.
References MallocAllocator.
| std::string Magick::Blob::base64 | ( | void | | ) | const |
Definition at line 80 of file Blob.cpp.
| const void * Magick::Blob::data | ( | void | | ) | const |
Definition at line 105 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 110 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 52 of file Blob.cpp.
References Magick::BlobRef::increase().
| void Magick::Blob::update | ( | const void * | data_, | | | | const size_t | length_ | | | ) | | |
Definition at line 115 of file Blob.cpp.
| void Magick::Blob::updateNoCopy | ( | void * | data_, |
| | | const size_t | length_, |
| | | const Allocator | allocator_ = NewAllocator |
| | ) | | |
Definition at line 123 of file Blob.cpp.
Referenced by Magick::Image::write(), and Magick::writeImages().
The documentation for this class was generated from the following files: