libmobi
C library for handling MOBI format ebook documents
Data Fields
MOBIArray Struct Reference

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
 

Detailed Description

Dynamic array of uint32_t values structure.

Field Documentation

◆ data

uint32_t* MOBIArray::data

Array

◆ maxsize

size_t MOBIArray::maxsize

Allocated size

◆ size

size_t MOBIArray::size

Current size

◆ step

size_t MOBIArray::step

Step by which array will be enlarged if out of memory


The documentation for this struct was generated from the following file: