PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ gserialized_get_version()

uint32_t gserialized_get_version ( const GSERIALIZED g)

Return the serialization version.

Definition at line 42 of file gserialized.c.

43 {
44  return GFLAGS_GET_VERSION(g->gflags);
45 }
#define GFLAGS_GET_VERSION(gflags)
Definition: gserialized.c:12
uint8_t gflags
Definition: liblwgeom.h:432

References GSERIALIZED::gflags, and GFLAGS_GET_VERSION.

Referenced by LWGEOM_summary().

Here is the caller graph for this function: