MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / release

Method release

include/win/boost/python/handle.hpp:212–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210
211template <class T>
212inline T* handle<T>::release()
213{
214 T* result = m_p;
215 m_p = 0;
216 return result;
217}
218
219template <class T>
220inline void handle<T>::reset()

Callers 8

~NodeImplMethod · 0.45
multi_index_containerMethod · 0.45
method_resultClass · 0.45
convert_resultFunction · 0.45
lw_thread_createFunction · 0.45
unique_ptr.hppFile · 0.45
unique_ptrFunction · 0.45
operator=Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected