MCPcopy Create free account
hub / github.com/OSGeo/gdal / GetReferenceCount

Method GetReferenceCount

ogr/ogrspatialreference.cpp:1140–1143  ·  view source on GitHub ↗

* \brief Fetch current reference count. * * @return the current reference count. */

Source from the content-addressed store, hash-verified

1138 * @return the current reference count.
1139 */
1140int OGRSpatialReference::GetReferenceCount() const
1141{
1142 return d->nRefCount;
1143}
1144
1145/************************************************************************/
1146/* Release() */

Callers 10

OGRAPISpyPostCloseFunction · 0.80
OGR_FD_GetReferenceCountFunction · 0.80
testMoveFunction · 0.80
TEST_FFunction · 0.80
runMethod · 0.80
mainMethod · 0.80

Calls

no outgoing calls

Tested by 6

testMoveFunction · 0.64
TEST_FFunction · 0.64