#include <HxClassName.h>
Public Methods | |
operator HxString () | |
Convert to string. More... |
Type) to a string by calling Type::className(). Contains template specializations for types that do not have className(), e.g. builtin types.
|
Convert to string.
00033 { 00034 return Type::className(); 00035 } |