MCPcopy Create free account
hub / github.com/cztomczak/cefpython / release

Method release

src/include/base/cef_scoped_ptr.h:306–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304 }
305
306 T* release() {
307 T* old_ptr = data_.ptr;
308 data_.ptr = NULL;
309 return old_ptr;
310 }
311
312 private:
313 // Needed to allow type-converting constructor.

Callers 5

release_keyboardMethod · 0.80
scoped_ptr_implMethod · 0.80
TakeStateMethod · 0.80
scoped_ptrClass · 0.80
scoped_ptr<T[], D>Class · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected