Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ CRefCounted
Method
CRefCounted
Source/Utility/RefCounted.h:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
{
30
public:
31
CRefCounted()
32
: mRefCount( 0 )
33
{
34
}
35
36
protected:
37
virtual ~CRefCounted()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected