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

Method CppInt32__

include/cpp/CppInt32__.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18{
19public:
20 CppInt32__(int inX=0) : mValue(inX) { }
21 CppInt32__(const null &inNull) : mValue(0) { }
22 CppInt32__(const Dynamic &inD);
23 operator int() const { return mValue; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected