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

Method CppiaConst

src/hx/cppia/CppiaModule.cpp:225–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223// --- CppiaConst -------------------------------------------
224
225CppiaConst::CppiaConst() : type(cNull), ival(0), dval(0) { }
226
227void CppiaConst::fromStream(CppiaStream &stream)
228{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected