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

Method BoolData

src/Dynamic.cpp:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected