Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_raw
Method · 0.45
marshal
Method · 0.45
smart_ptr
Method · 0.45
smart_ptr
Class · 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