[][src]Function spatialite_sys::gaiaAllocDbfList

pub unsafe extern "C" fn gaiaAllocDbfList() -> gaiaDbfListPtr

Creates an initially empty DBF List object

\return the pointer to newly allocated DBF List object: NULL on failure.

\sa gaiaFreeDbfList, gaiaIsValidDbfList, gaiaResetDbfEntity, gaiaCloneDbfEntity, gaiaAddDbfField

\note you are responsible to destroy (before or after) any allocated DBF List, unless you've passed ownership to some further object: in this case destroying the higher order object will implicitly destroy any contained child object.