Landtiger LPC1768 C BigLib 1
A self made, custom C library for the LandTiger board.
 
Loading...
Searching...
No Matches
__PQueue Struct Reference

Public Attributes

void * data
 
u32 size
 
u32 capacity
 
u32 elem_size
 
CL_PQueueCompareFn compare_fn
 The comparison function.
 
MEM_Allocatorallocator
 The memory allocator.
 

Detailed Description

Definition at line 9 of file cl_prioqueue.c.

Member Data Documentation

◆ allocator

MEM_Allocator* __PQueue::allocator

The memory allocator.

Definition at line 14 of file cl_prioqueue.c.

◆ capacity

u32 __PQueue::capacity

Definition at line 12 of file cl_prioqueue.c.

◆ compare_fn

CL_PQueueCompareFn __PQueue::compare_fn

The comparison function.

Definition at line 13 of file cl_prioqueue.c.

◆ data

void* __PQueue::data

Definition at line 11 of file cl_prioqueue.c.

◆ elem_size

u32 __PQueue::elem_size

Definition at line 12 of file cl_prioqueue.c.

◆ size

u32 __PQueue::size

Definition at line 12 of file cl_prioqueue.c.


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