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

Method CppiaBoolExpr

src/hx/cppia/Cppia.cpp:186–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184struct CppiaBoolExpr : public CppiaIntExpr
185{
186 CppiaBoolExpr(const CppiaExpr *inSrc=0) : CppiaIntExpr(inSrc) {}
187
188 const char *getName() HXCPP_OVERRIDE { return "CppiaBoolExpr"; }
189 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE { return Dynamic(runInt(ctx) ? true : false).mPtr; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected