MCPcopy Create free account
hub / github.com/OSGeo/PROJ / ~ObjectKeeper

Method ~ObjectKeeper

test/unit/test_coordinates.cpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 PJ *m_obj = nullptr;
61 explicit ObjectKeeper(PJ *obj) : m_obj(obj) {}
62 ~ObjectKeeper() { proj_destroy(m_obj); }
63
64 ObjectKeeper(const ObjectKeeper &) = delete;
65 ObjectKeeper &operator=(const ObjectKeeper &) = delete;

Callers

nothing calls this directly

Calls 1

proj_destroyFunction · 0.85

Tested by

no test coverage detected