|
mupdf
|
#include <store.h>
Public Attributes | |
| int | refs |
| fz_store_drop_fn * | drop |
| fz_store_droppable_fn * | droppable |
Any storable object should include an fz_storable structure at the start (by convention at least) of their structure. (Unless it starts with an fz_key_storable, see below).
| fz_store_drop_fn* fz_storable::drop |
| fz_store_droppable_fn* fz_storable::droppable |
| int fz_storable::refs |