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

Method __GetClass

src/hx/cppia/CppiaClasses.cpp:1739–1742  ·  view source on GitHub ↗

--- Enum Base ---

Source from the content-addressed store, hash-verified

1737
1738// --- Enum Base ---
1739::hx::ObjectPtr<hx::Class_obj > CppiaEnumBase::__GetClass() const
1740{
1741 return classInfo->getClass();
1742}
1743
1744::String CppiaEnumBase::GetEnumName( ) const
1745{

Callers 2

VCanCastMethod · 0.45

Calls 1

getClassMethod · 0.80

Tested by

no test coverage detected