CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
Helper class that provides functionality of geting the strting name of enum constant. More...
#include <enum.h>
Static Public Member Functions | |
template<class T > | |
static String | GetName (T value) |
Returns the string name of the specified enum constant value. More... | |
Helper class that provides functionality of geting the strting name of enum constant.
E | The type of the enum with which the class' methods operate |
G | Not used |
Guard | Not used |
|
inlinestatic |
Returns the string name of the specified enum constant value.
value | The enum constant value whose string name is to be obained |
T | The type of enum values that are accepted by the method; T must be convertible to E |