Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ RefPtr
Method
RefPtr
src/common/classes/RefCounted.h:100–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
{
99
public:
100
RefPtr() : ptr(NULL)
101
{ }
102
103
explicit RefPtr(T* p) : ptr(p)
104
{
Callers
nothing calls this directly
Calls
1
addRef
Method · 0.45
Tested by
no test coverage detected