#include <Binary.h>
Public Member Functions | |
Binary () | |
Binary (const void *data, size_t size) | |
Binary (const coral::Blob &data) | |
Binary (const Binary &rhs) | |
void | copy (const std::string &source) |
const void * | data () const |
void * | data () |
const coral::Blob & | get () const |
Binary & | operator= (const Binary &rhs) |
size_t | size () const |
Private Attributes | |
std::shared_ptr< coral::Blob > | m_data |
cond::Binary::Binary | ( | const void * | data, |
size_t | size | ||
) |
|
explicit |
const void * cond::Binary::data | ( | ) | const |
Definition at line 45 of file Binary.cc.
References cond::throwException().
Referenced by Binary(), and cond::default_deserialize().
void * cond::Binary::data | ( | ) |
Definition at line 49 of file Binary.cc.
References cond::throwException().
const coral::Blob & cond::Binary::get | ( | ) | const |
cond::Binary & cond::Binary::operator= | ( | const Binary & | rhs | ) |
size_t cond::Binary::size | ( | void | ) | const |
Definition at line 54 of file Binary.cc.
References cond::throwException().
Referenced by Binary(), and cond::default_deserialize().
|
private |
Definition at line 39 of file Binary.h.
Referenced by Binary(), and operator=().