| 85 | inline void *operator new( size_t inSize, hx::NewObjectType inAlloc=NewObjAlloc,const char *inName="Bool") |
| 86 | { return hx::Object::operator new(inSize,inAlloc,"Bool"); } |
| 87 | BoolData(bool inValue=false) : mValue(inValue) {}; |
| 88 | |
| 89 | hx::Class __GetClass() const HXCPP_OVERRIDE { return __BoolClass; } |
| 90 |
nothing calls this directly
no outgoing calls
no test coverage detected