Sese Framework
x.y.z
A cross-platform framework
|
#include <SymbolConverter.h>
Public 成员函数 | |
SymbolConverter ()=delete | |
Public 成员函数 继承自 sese::NotInstantiable | |
NotInstantiable ()=delete | |
virtual | ~NotInstantiable ()=default |
NotInstantiable (const NotInstantiable &)=delete | |
NotInstantiable & | operator= (const NotInstantiable &)=delete |
静态 Public 成员函数 | |
static std::string | decodeUnixClassName (const std::type_info *type) noexcept |
static std::string | decodeMSVCClassName (const std::type_info *type) noexcept |
|
delete |
|
staticnoexcept |
解析 typeid 生成的符号字面值
type | MSVC typeid 操作符结果 |
|
staticnoexcept |
解析 typeid 生成的符号字面值
type | unix typeid 操作符结果 |
引用了 sese::text::AbstractStringBuffer::append(), isNumber() , 以及 sese::text::AbstractStringBuffer::toString().