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

Method IfExpr

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

Source from the content-addressed store, hash-verified

535 CppiaExpr *doIf;
536
537 IfExpr(CppiaStream &stream)
538 {
539 condition = createCppiaExpr(stream);
540 doIf = createCppiaExpr(stream);
541 }
542
543 const char *getName() HXCPP_OVERRIDE { return "IfExpr"; }
544 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE

Callers

nothing calls this directly

Calls 1

createCppiaExprFunction · 0.85

Tested by

no test coverage detected