|
libmobi
C library for handling MOBI format ebook documents
|
Dynamic array of uint32_t values structure. More...
#include <structure.h>
Data Fields | |
| uint32_t * | data |
| size_t | maxsize |
| size_t | step |
| size_t | size |
Dynamic array of uint32_t values structure.
| uint32_t* MOBIArray::data |
Array
| size_t MOBIArray::maxsize |
Allocated size
| size_t MOBIArray::size |
Current size
| size_t MOBIArray::step |
Step by which array will be enlarged if out of memory