MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __GetType

Method __GetType

include/hx/DynamicImpl.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 int __GetType() const HXCPP_OVERRIDE { return vtFunction; }
38 int __ArgCount() const HXCPP_OVERRIDE { return 0; }
39 ::String __ToString() const HXCPP_OVERRIDE { return String(mName); }
40 void __Mark(hx::MarkContext *__inCtx) HXCPP_OVERRIDE { HX_MARK_MEMBER_NAME(mThis,"CMemberFunction0.this"); }

Callers 15

IsNumericFunction · 0.45
IsBoolFunction · 0.45
handlerMethod · 0.45
EnsureStorageFunction · 0.45
handlerMethod · 0.45
isIntMethod · 0.45
isInt64Method · 0.45
isStringMethod · 0.45
isIntTypeFunction · 0.45
isStringTypeFunction · 0.45
isNumericMethod · 0.45
isBoolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected