#include <SymbolConverter.h>
◆ SymbolConverter()
sese::SymbolConverter::SymbolConverter |
( |
| ) |
|
|
delete |
◆ decodeMSVCClassName()
std::string sese::SymbolConverter::decodeMSVCClassName |
( |
const std::type_info * | type | ) |
|
|
staticnoexcept |
Parse the symbol literal generated by typeid
- Warning
- Only supports class information
- Parameters
-
type | MSVC typeid operator result |
- Returns
- The actual symbol literal
◆ decodeUnixClassName()
std::string sese::SymbolConverter::decodeUnixClassName |
( |
const std::type_info * | type | ) |
|
|
staticnoexcept |
The documentation for this class was generated from the following files: