|
GRASS 8 Programmer's Manual 8.5.0RC1(2026)-3334b87d9c
|


Go to the source code of this file.
Macros | |
| #define | STATIC_CAST(type, x) |
| #define | REINTERPRET_CAST(type, x) |
| #define | CONST_CAST(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 ) |
Definition at line 27 of file shapefil_private.h.
Referenced by DBFCreateLL(), DBFWriteLogicalAttribute(), and DBFWriteStringAttribute().
| #define REINTERPRET_CAST | ( | type, | |
| x ) |
Definition at line 26 of file shapefil_private.h.
Referenced by DBFOpenLL(), DBFWriteAttributeDirectly(), and DBFWriteTuple().
| #define SHP_SWAP32 | ( | p | ) |
Definition at line 89 of file shapefil_private.h.
Referenced by SHPCreateLL(), SHPOpenLL(), SHPReadObject(), SHPRestoreSHX(), SHPWriteHeader(), and SHPWriteObject().
| #define SHP_SWAP64 | ( | p | ) |
Definition at line 93 of file shapefil_private.h.
Referenced by SHPOpenLL(), SHPWriteHeader(), and SHPWriteObject().
| #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.
Referenced by DBFAddNativeFieldType(), DBFCloneEmpty(), DBFClose(), DBFCreateLL(), DBFGetCodePage(), DBFGetFieldIndex(), DBFGetFieldInfo(), DBFIsAttributeNULL(), DBFOpenLL(), DBFReadDateAttribute(), DBFReadDoubleAttribute(), DBFReadIntegerAttribute(), DBFReadTuple(), DBFReorderFields(), DBFWriteDateAttribute(), DBFWriteNULLAttribute(), SASetupDefaultHooks(), SHPClose(), SHPCreateLL(), SHPCreateObject(), SHPCreateSimpleObject(), SHPDestroyObject(), SHPGetInfo(), SHPOpenLL(), SHPOpenLLEx(), SHPReadObject(), SHPRestoreSHX(), SHPSetFastModeReadObject(), SHPWriteHeader(), and SHPWriteObject().
| #define STATIC_CAST | ( | type, | |
| x ) |
Definition at line 25 of file shapefil_private.h.
Referenced by DBFAddNativeFieldType(), DBFAlterFieldDefn(), DBFCloneEmpty(), DBFCreateLL(), DBFDeleteField(), DBFGetFieldInfo(), DBFOpenLL(), DBFReadDateAttribute(), DBFReadDoubleAttribute(), DBFReadIntegerAttribute(), DBFReadLogicalAttribute(), DBFReadStringAttribute(), DBFReadTuple(), DBFReorderFields(), DBFUpdateHeader(), DBFWriteAttributeDirectly(), DBFWriteDoubleAttribute(), DBFWriteIntegerAttribute(), DBFWriteLogicalAttribute(), DBFWriteStringAttribute(), SHPCreateLL(), SHPCreateObject(), SHPOpenLL(), SHPReadObject(), SHPRestoreSHX(), SHPSetFastModeReadObject(), SHPWriteHeader(), and SHPWriteObject().