MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / RCObject

Method RCObject

deps/FtpClient/smart_ptr.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37protected:
38 RCObject() : m_iRefCount(0), m_fShareable(true) {}
39 RCObject(const RCObject& /*rhs*/) : m_iRefCount(0), m_fShareable(true) {}
40 RCObject& operator=(const RCObject& /*rhs*/) { return *this; }
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected