php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | |
void * | elements |
spl_ptr_heap_ctor_func | ctor |
spl_ptr_heap_dtor_func | dtor |
spl_ptr_heap_cmp_func | cmp |
int | count |
int | flags |
size_t | max_size |
size_t | elem_size |
Definition at line 48 of file spl_heap.c.
spl_ptr_heap_cmp_func _spl_ptr_heap::cmp |
Definition at line 52 of file spl_heap.c.
int _spl_ptr_heap::count |
Definition at line 53 of file spl_heap.c.
spl_ptr_heap_ctor_func _spl_ptr_heap::ctor |
Definition at line 50 of file spl_heap.c.
spl_ptr_heap_dtor_func _spl_ptr_heap::dtor |
Definition at line 51 of file spl_heap.c.
size_t _spl_ptr_heap::elem_size |
Definition at line 56 of file spl_heap.c.
void* _spl_ptr_heap::elements |
Definition at line 49 of file spl_heap.c.
int _spl_ptr_heap::flags |
Definition at line 54 of file spl_heap.c.
size_t _spl_ptr_heap::max_size |
Definition at line 55 of file spl_heap.c.