cdcontainers  0.1.1
Library of data containers and collections for C programming language.
Data Fields
cdc_priority_queue_table Struct Reference

The cdc_priority_queue_table struct. More...

#include <ipqueue.h>

Data Fields

enum cdc_stat(* ctor )(void **cntr, struct cdc_data_info *info)
 
enum cdc_stat(* ctorv )(void **cntr, struct cdc_data_info *info, va_list args)
 
void(* dtor )(void *cntr)
 
void *(* top )(void *cntr)
 
bool(* empty )(void *cntr)
 
size_t(* size )(void *cntr)
 
enum cdc_stat(* push )(void *cntr, void *elem)
 
void(* pop )(void *cntr)
 

Detailed Description

The cdc_priority_queue_table struct.

Warning
To avoid problems, do not change the structure fields in the code. Use only special functions to access and change structure fields.

Field Documentation

◆ ctor

enum cdc_stat(* ctor) (void **cntr, struct cdc_data_info *info)

◆ ctorv

enum cdc_stat(* ctorv) (void **cntr, struct cdc_data_info *info, va_list args)

◆ dtor

void(* dtor) (void *cntr)

◆ top

void*(* top) (void *cntr)

◆ empty

bool(* empty) (void *cntr)

◆ size

size_t(* size) (void *cntr)

◆ push

enum cdc_stat(* push) (void *cntr, void *elem)

◆ pop

void(* pop) (void *cntr)

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