Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ AddReference
Method
AddReference
src/Nazara/Core/RefCounted.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
*/
47
48
void RefCounted::AddReference() const
49
{
50
m_referenceCount++;
51
}
52
53
/*!
54
* \brief Gets the number of references to the object
Callers
1
RefCounted.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected