php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_spl_ptr_heap Struct Reference

Data Fields

voidelements
 
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
 

Detailed Description

Definition at line 48 of file spl_heap.c.

Field Documentation

◆ cmp

spl_ptr_heap_cmp_func _spl_ptr_heap::cmp

Definition at line 52 of file spl_heap.c.

◆ count

int _spl_ptr_heap::count

Definition at line 53 of file spl_heap.c.

◆ ctor

spl_ptr_heap_ctor_func _spl_ptr_heap::ctor

Definition at line 50 of file spl_heap.c.

◆ dtor

spl_ptr_heap_dtor_func _spl_ptr_heap::dtor

Definition at line 51 of file spl_heap.c.

◆ elem_size

size_t _spl_ptr_heap::elem_size

Definition at line 56 of file spl_heap.c.

◆ elements

void* _spl_ptr_heap::elements

Definition at line 49 of file spl_heap.c.

◆ flags

int _spl_ptr_heap::flags

Definition at line 54 of file spl_heap.c.

◆ max_size

size_t _spl_ptr_heap::max_size

Definition at line 55 of file spl_heap.c.


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