MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / get

Method get

include/daScript/misc/smart_ptr.h:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 return ptr;
192 }
193 __forceinline T * get() const {
194 return ptr;
195 }
196 __forceinline T * orphan() {
197 T * t = ptr;
198 ptr = nullptr;

Callers 15

smart_ptr_rawMethod · 0.45
marshalMethod · 0.45
smart_ptrMethod · 0.45
smart_ptrClass · 0.45
operator ==Method · 0.45
operator !=Method · 0.45
operator >=Method · 0.45
operator <=Method · 0.45
operator >Method · 0.45
operator <Method · 0.45
operator ==Function · 0.45
operator !=Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected