3 #ifndef __SQLITEXX_SQLITE_BLOB_H__
4 #define __SQLITEXX_SQLITE_BLOB_H__
58 const void*
data()
const;
66 std::unique_ptr<char[]> m_data;
size_t size() const
Used to get the size of the contained 'blob'.
const void * data() const
The raw data of the blob's contents.
blob(const void *data, const size_t size)
Constructs a blob object with contents of data.
blob & operator=(const blob &other)
Copy assignment operator.