ROSS
Data Fields
tw_pq Struct Reference

Data Fields

tw_eventroot
 
tw_eventleast
 
unsigned int nitems
 
unsigned int max_size
 

Detailed Description

Definition at line 36 of file splay.c.

Field Documentation

tw_event* tw_pq::least

Definition at line 39 of file splay.c.

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

unsigned int tw_pq::max_size

Definition at line 41 of file splay.c.

Referenced by tw_pq_enqueue(), and tw_pq_max_size().

unsigned int tw_pq::nitems

Definition at line 40 of file splay.c.

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

tw_event* tw_pq::root

Definition at line 38 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: