ROSS
tw_pq Struct Reference

Data Fields

tw_eventroot
tw_eventleast
unsigned int nitems
unsigned int max_size

Detailed Description

Definition at line 38 of file splay.c.

Field Documentation

◆ least

tw_event* tw_pq::least

Definition at line 41 of file splay.c.

Referenced by tw_pq_create(), tw_pq_delete_any(), tw_pq_dequeue(), tw_pq_enqueue(), and tw_pq_minimum().

◆ max_size

unsigned int tw_pq::max_size

Definition at line 43 of file splay.c.

Referenced by tw_pq_enqueue(), and tw_pq_max_size().

◆ nitems

unsigned int tw_pq::nitems

Definition at line 42 of file splay.c.

Referenced by tw_pq_create(), tw_pq_delete_any(), tw_pq_dequeue(), tw_pq_enqueue(), and tw_pq_get_size().

◆ root

tw_event* tw_pq::root

Definition at line 40 of file splay.c.

Referenced by tw_pq_create(), tw_pq_delete_any(), tw_pq_dequeue(), and tw_pq_enqueue().


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