MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / ~GraphicsObject

Method ~GraphicsObject

GTE/Graphics/GraphicsObject.cpp:12–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10using namespace gte;
11
12GraphicsObject::~GraphicsObject()
13{
14 msLFDMutex.lock();
15 {
16 for (auto const& listener : msLFDSet)
17 {
18 listener->OnDestroy(this);
19 }
20 }
21 msLFDMutex.unlock();
22}
23
24GraphicsObject::GraphicsObject()
25 :

Callers

nothing calls this directly

Calls 1

OnDestroyMethod · 0.45

Tested by

no test coverage detected