![]() |
libimgdoc2
|
#include <IDataObj.h>
Public Member Functions | |
virtual void | GetData (const void **p, size_t *s) const =0 |
This interface is representing a blob, a piece of consecutive memory. It is used for passing in blob-data into libimgdoc2.
|
pure virtual |
Gets pointer to the data and its size. Passing in nullptr is valid if not interested in the respective return value.
p | If non-null, the address of the data is put here. | |
[in,out] | s | If non-null, the size of the data is put here. |
Implemented in imgdoc2::DataObjectOnHeap.