Soletta™ Framework
|
Data type describing the default blob implementation. More...
#include <sol-types.h>
Data Fields | |
void * | mem |
Blob data. More... | |
struct sol_blob * | parent |
Pointer to the parent Blob. More... | |
uint16_t | refcnt |
Blob reference counter. More... | |
size_t | size |
Blob size. More... | |
const struct sol_blob_type * | type |
Blob type. More... | |
Data type describing the default blob implementation.
void* sol_blob::mem |
Blob data.
Referenced by _can_write(), on_stdin_hash(), and startup().
struct sol_blob* sol_blob::parent |
Pointer to the parent Blob.
uint16_t sol_blob::refcnt |
Blob reference counter.
size_t sol_blob::size |
Blob size.
Referenced by _can_write(), my_stream_api_feed(), on_feed_done(), on_stdin_hash(), and startup().
const struct sol_blob_type* sol_blob::type |
Blob type.