Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ __GetItem
Method
__GetItem
src/Enum.cpp:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
114
115
Dynamic EnumBase_obj::__GetItem(int inIndex) const
116
{
117
return ((EnumBase_obj *)this)->_hx_getParamI(inIndex);
118
}
119
120
121
Callers
10
__get
Function · 0.45
Array
Method · 0.45
setDynamic
Method · 0.45
__get
Function · 0.45
IndexRef
Class · 0.45
operator++
Method · 0.45
operator--
Method · 0.45
operator !
Method · 0.45
operator ~
Method · 0.45
operator -
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected