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

Method DataVal

src/hx/cppia/Cppia.cpp:4803–4805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4801
4802
4803 DataVal(T inVal) : data(inVal)
4804 {
4805 }
4806 const char *getName() HXCPP_OVERRIDE { return "DataVal"; }
4807
4808 ExprType getType() HXCPP_OVERRIDE { return (ExprType)ExprTypeOf<T>::value; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected