MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getPtr

Method getPtr

src/common/classes/RefCounted.h:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 T* getPtr()
215 {
216 return ptr;
217 }
218
219 const T* getPtr() const
220 {

Callers 5

getDsqlStatementMethod · 0.80
getInterfaceMethod · 0.80
setOnTimerMethod · 0.80
cancelMethod · 0.80
queryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected