PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ DBFWriteLogicalAttribute()

int SHPAPI_CALL DBFWriteLogicalAttribute ( DBFHandle  hDBF,
int  iShape,
int  iField,
const char  lFieldValue 
)

Definition at line 1571 of file dbfopen.c.

1574 {
1575  return( DBFWriteAttribute( psDBF, iRecord, iField, STATIC_CAST(void *, CONST_CAST(char*, &lValue)) ) );
1576 }
static int DBFWriteAttribute(DBFHandle psDBF, int hEntity, int iField, void *pValue)
Definition: dbfopen.c:1325
#define STATIC_CAST(type, x)
Definition: dbfopen.c:96
#define CONST_CAST(type, x)
Definition: dbfopen.c:98

References CONST_CAST, DBFWriteAttribute(), and STATIC_CAST.

Here is the call graph for this function: