PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ gserialized_get_version()

uint32_t gserialized_get_version ( const GSERIALIZED g)

Return the serialization version.

Definition at line 71 of file gserialized.c.

72{
73 return GFLAGS_GET_VERSION(g->gflags);
74}
#define GFLAGS_GET_VERSION(gflags)
Definition gserialized.c:41
uint8_t gflags
Definition liblwgeom.h:446

References GSERIALIZED::gflags, and GFLAGS_GET_VERSION.

Referenced by LWGEOM_summary().

Here is the caller graph for this function: