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

Method BitOpBase

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

Source from the content-addressed store, hash-verified

7111 CppiaExpr *left;
7112 CppiaExpr *right;
7113 BitOpBase(CppiaStream &stream)
7114 {
7115 left = createCppiaExpr(stream);
7116 right = createCppiaExpr(stream);
7117 }
7118 const char *getName() HXCPP_OVERRIDE = 0;
7119 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE
7120 {

Callers

nothing calls this directly

Calls 1

createCppiaExprFunction · 0.85

Tested by

no test coverage detected