7 #ifndef __platform_type_name_h__ 8 #define __platform_type_name_h__ 27 #elif defined(__GNUC__) 30 #if FE_CPLUSPLUS < 201402L 36 #elif defined(_MSC_VER) 44 #if FE_RTTI && FE_TYPEID 46 #define FE_TYPESTRING(T) fe::System::demangle(typeid(T).name()) 48 #define FE_TYPESTRING(T) fe::fe_type_name<T>() String prechop(const String &prefix) const
Return the substring after the prefix.
Definition: String.cc:118
kernel
Definition: namespace.dox:3
String substitute(String find, String replace) const
Return a string with replaced substrings.
Definition: String.cc:205
Automatically reference-counted string container.
Definition: String.h:128
String chop(const String &suffix) const
Return the substring before the suffix.
Definition: String.cc:159