OpenLexocad  27.0
MessageParser.h
Go to the documentation of this file.
1 #ifndef MESSAGE_PARSER__H
2 #define MESSAGE_PARSER__H
3 
4 
5 #include <Base/base_defines.h>
6 
7 #include <QtCore/QtCore>
8 
9 
11 {
12 public:
13  static QString get(const QString& msg);
14 
15 private:
16  static CMessageParser* _instance;
17 
18  // internal private methods
20  ~CMessageParser();
21 };
22 
23 
24 #endif
#define BASE_EXPORT
Definition: base_defines.h:12
Definition: MessageParser.h:10
constexpr get_t< Type... > get
Variable template for lists of observed components.
Definition: entt.hpp:6068