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

Method GetEnumName

src/hx/cppia/CppiaClasses.cpp:1744–1747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1742}
1743
1744::String CppiaEnumBase::GetEnumName( ) const
1745{
1746 return classInfo->getClass()->mName;
1747}
1748
1749::String CppiaEnumBase::__ToString() const
1750{

Callers 1

__CompareMethod · 0.80

Calls 1

getClassMethod · 0.80

Tested by

no test coverage detected