|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|


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.
Definition at line 27 of file shapefil_private.h.
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 106 of file shapefil_private.h.
| #define SHPLIB_NULLPTR NULL |
Definition at line 28 of file shapefil_private.h.
Definition at line 25 of file shapefil_private.h.