MCPcopy Index your code
hub / github.com/MapServer/MapServer / msDBFReadIntegerAttribute

Function msDBFReadIntegerAttribute

mapxbase.c:601–605  ·  view source on GitHub ↗

/ msDBFReadIntAttribute() */ / Read an integer attribute. */ /

Source from the content-addressed store, hash-verified

599/* Read an integer attribute. */
600/************************************************************************/
601int msDBFReadIntegerAttribute( DBFHandle psDBF, int iRecord, int iField )
602
603{
604 return(atoi(msDBFReadAttribute( psDBF, iRecord, iField )));
605}
606
607/************************************************************************/
608/* msDBFReadDoubleAttribute() */

Callers 1

mainFunction · 0.85

Calls 1

msDBFReadAttributeFunction · 0.85

Tested by

no test coverage detected