|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|


Go to the source code of this file.
Macros | |
| #define | STATIC_CAST(type, x) ((type)(x)) |
| #define | REINTERPRET_CAST(type, x) ((type)(x)) |
| #define | CONST_CAST(type, x) ((type)(x)) |
| #define | SHPLIB_NULLPTR NULL |
| #define | _SHP_SWAP32(x) |
| #define | _SHP_SWAP64(x) |
| #define | SHP_SWAP32(p) |
| #define | SHP_SWAP64(p) |
| #define | SHP_SWAPDOUBLE(x) |
| #define | SHP_SWAPDOUBLE_CPY(dst, src) |
| #define _SHP_SWAP32 | ( | x | ) |
Definition at line 75 of file shapefil_private.h.
| #define _SHP_SWAP64 | ( | x | ) |
Definition at line 81 of file shapefil_private.h.
| #define CONST_CAST | ( | type, | |
| x | |||
| ) | ((type)(x)) |
Definition at line 27 of file shapefil_private.h.
| #define REINTERPRET_CAST | ( | type, | |
| x | |||
| ) | ((type)(x)) |
Definition at line 26 of file shapefil_private.h.
| #define SHP_SWAP32 | ( | p | ) |
Definition at line 89 of file shapefil_private.h.
| #define SHP_SWAP64 | ( | p | ) |
Definition at line 93 of file shapefil_private.h.
| #define SHP_SWAPDOUBLE | ( | x | ) |
Definition at line 97 of file shapefil_private.h.
| #define SHP_SWAPDOUBLE_CPY | ( | dst, | |
| src | |||
| ) |
Definition at line 28 of file shapefil_private.h.
| #define STATIC_CAST | ( | type, | |
| x | |||
| ) | ((type)(x)) |
Definition at line 25 of file shapefil_private.h.