PLCnext API Documentation 24.0.0.71
RuntimeTypeInfo.hpp
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
4//
6#pragma once
8
9namespace Arp
10{
11
14{
15public:
19 static String DemangleSymbol(const char* symbolName);
20};
21
22} // end of namespace Arp
The class implements some RTTI utility operations.
Definition: RuntimeTypeInfo.hpp:14
static String DemangleSymbol(const char *symbolName)
Demangles a symbol
Root namespace for the PLCnext API