Simple data structures / objects in plain C Snapshot
Public Attributes
HEAP Struct Reference

#include <heap.h>

List of all members.

Public Attributes

size_t elmcount
size_t elmmaxcount
size_t elmsize
unsigned char * buffer
HEAP_compare compare_func

Detailed Description

Definition at line 23 of file heap.h.


Member Data Documentation

unsigned char* HEAP::buffer

Definition at line 29 of file heap.h.

Definition at line 31 of file heap.h.

Definition at line 25 of file heap.h.

Definition at line 26 of file heap.h.

size_t HEAP::elmsize

Definition at line 27 of file heap.h.


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