docs/Writerside/topics/compare.h.md

branch
docs/3.1
changeset 1142
9437530176bc
parent 1141
a06a2d27c043
child 1143
0559812df10c
equal deleted inserted replaced
1141:a06a2d27c043 1142:9437530176bc
1 # compare.h 1 # compare.h
2 2
3 This header file contains a collection of compare functions for various data types. 3 This header file contains a collection of compare functions for various data types.
4 Their signatures are designed to be compatible with the `cx_compare_func` function pointer type. 4 Their signatures are designed to be compatible with the `cx_compare_func` function pointer type.
5
6 ## Undocumented Symbols (TODO)
7 ### cx_cmp_double
8 ### cx_cmp_float
9 ### cx_cmp_int
10 ### cx_cmp_int16
11 ### cx_cmp_int32
12 ### cx_cmp_int64
13 ### cx_cmp_intptr
14 ### cx_cmp_longint
15 ### cx_cmp_longlong
16 ### cx_cmp_ptr
17 ### cx_cmp_uint
18 ### cx_cmp_uint16
19 ### cx_cmp_uint32
20 ### cx_cmp_uint64
21 ### cx_cmp_uintptr
22 ### cx_cmp_ulongint
23 ### cx_cmp_ulonglong
24 ### cx_vcmp_double
25 ### cx_vcmp_float
26 ### cx_vcmp_int
27 ### cx_vcmp_int16
28 ### cx_vcmp_int32
29 ### cx_vcmp_int64
30 ### cx_vcmp_intptr
31 ### cx_vcmp_longint
32 ### cx_vcmp_longlong
33 ### cx_vcmp_uint
34 ### cx_vcmp_uint16
35 ### cx_vcmp_uint32
36 ### cx_vcmp_uint64
37 ### cx_vcmp_uintptr
38 ### cx_vcmp_ulongint
39 ### cx_vcmp_ulonglong

mercurial