Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 my_trace_obj_func
Function · 0.45
SLJIT_CALL argToString
Function · 0.45
Calls
1
getClass
Method · 0.80
Tested by
no test coverage detected