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

Method __ToString

src/hx/cppia/CppiaClasses.cpp:1749–1752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1747}
1748
1749::String CppiaEnumBase::__ToString() const
1750{
1751 return classInfo->getClass()->mName + HX_CSTRING(".") + _hx_tag;
1752}
1753
1754
1755

Callers 2

SLJIT_CALL argToStringFunction · 0.45

Calls 1

getClassMethod · 0.80

Tested by

no test coverage detected