This struct is a typedef of _ec_blobject
. It is defined as follows:
struct _ec_blobject { ec_blobject_class *cls; ec_atomic_t ref; void *self; };
To use this struct, include the file ec_blobject.h
.
Was this page helpful?
This struct is a typedef of _ec_blobject
. It is defined as follows:
struct _ec_blobject { ec_blobject_class *cls; ec_atomic_t ref; void *self; };
To use this struct, include the file ec_blobject.h
.