MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / GetReferenceCount

Method GetReferenceCount

src/Nazara/Core/RefCounted.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 */
57
58 unsigned int RefCounted::GetReferenceCount() const
59 {
60 return m_referenceCount;
61 }
62
63 /*!
64 * \brief Checks whether the object is persistent

Callers 1

RefCounted.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected