![]() |
pcb 4.1.1
An interactive printed circuit board layout editor.
|
Data Fields | |
| GPtrArray * | elts |
| GCompareFunc | func |
| gboolean | frozen |
Definition at line 27 of file gts/heap.c.
| GPtrArray* _GtsHeap::elts |
Definition at line 28 of file gts/heap.c.
Referenced by gts_heap_destroy(), gts_heap_foreach(), gts_heap_insert(), gts_heap_new(), gts_heap_remove_top(), gts_heap_size(), gts_heap_thaw(), gts_heap_top(), sift_down(), and sift_up().
| gboolean _GtsHeap::frozen |
Definition at line 30 of file gts/heap.c.
Referenced by gts_heap_freeze(), gts_heap_insert(), gts_heap_new(), and gts_heap_thaw().
| GCompareFunc _GtsHeap::func |
Definition at line 29 of file gts/heap.c.
Referenced by gts_heap_new(), sift_down(), and sift_up().