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

Method EnumIExpr

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

Source from the content-addressed store, hash-verified

5829
5830
5831 EnumIExpr(CppiaStream &stream)
5832 {
5833 classId = stream.getInt();
5834 index = stream.getInt();
5835 object = createCppiaExpr(stream);
5836 }
5837
5838 const char *getName() HXCPP_OVERRIDE { return "EnumIExpr"; }
5839 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE

Callers

nothing calls this directly

Calls 2

createCppiaExprFunction · 0.85
getIntMethod · 0.45

Tested by

no test coverage detected