PLCnext API Documentation  22.9.0.33
RuntimeTypeInfo.hpp
1 //
3 // Copyright PHOENIX CONTACT Electronics GmbH
4 //
6 #pragma once
7 #include "Arp/System/Core/Arp.h"
8 
9 namespace Arp
10 {
11 
14 {
15 public:
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