Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ RefObject
Method
RefObject
src/RefObject.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
#include
"RefObject.h"
21
22
RefObject::RefObject() : m_refcounter(0)
23
{
24
}
25
26
RefObject::~RefObject() {
27
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected