| 1112 | HX_IS_INSTANCE_OF enum { _hx_ClassId = hx::clsIdCStaticVar }; |
| 1113 | |
| 1114 | CStaticFunctionVar(const char *inName,StaticFunctionVar inFunction,int inN) |
| 1115 | { |
| 1116 | mFunction = inFunction; |
| 1117 | mName = inName; |
| 1118 | N = inN; |
| 1119 | } |
| 1120 | int __Compare(const hx::Object *inRHS) const HXCPP_OVERRIDE |
| 1121 | { |
| 1122 | const CStaticFunctionVar *other = dynamic_cast<const CStaticFunctionVar *>(inRHS); |
nothing calls this directly
no outgoing calls
no test coverage detected