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

Method adopt

extern/boost/boost/exception/exception.hpp:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 void
70 adopt( T * px )
71 {
72 release();
73 px_=px;
74 add_ref();
75 }
76
77 T *
78 get() const

Callers 4

cloneFunction · 0.80
info.hppFile · 0.80

Calls 2

add_refFunction · 0.85
releaseFunction · 0.70

Tested by

no test coverage detected