MorphoGraphX
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Mangling.hpp
1 #ifndef MANGLING_H
2 #define MANGLING_H
3 
4 #include <Config.hpp>
5 
6 #include <string>
7 
8 class QString;
9 
10 namespace mgx {
11 namespace util {
17 mgx_EXPORT QString qdemangle(std::string s);
23 mgx_EXPORT std::string demangle(std::string s);
24 } // namespace util
25 } // namespace mgx
26 #endif