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

Method CrementExpr

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

Source from the content-addressed store, hash-verified

7658 CppiaExpr *lvalue;
7659
7660 CrementExpr(CppiaStream &stream,CrementOp inOp)
7661 {
7662 op = inOp;
7663 lvalue = createCppiaExpr(stream);
7664 }
7665 const char *getName() HXCPP_OVERRIDE { return "CrementExpr"; }
7666 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE
7667 {

Callers

nothing calls this directly

Calls 1

createCppiaExprFunction · 0.85

Tested by

no test coverage detected