OpenLexocad  27.1
MessageParser.h
Go to the documentation of this file.
1 #pragma once
2 
3 
4 #include <QtCore/QtCore>
5 
6 
7 class LX_BASE_EXPORT CMessageParser
8 {
9 public:
10  static QString get(const QString& msg);
11 
12  ~CMessageParser() = default;
13 private:
14  static std::unique_ptr<CMessageParser> _instance;
15 
16  // internal private methods
17  CMessageParser() = default;
18 };
Definition: MessageParser.h:7
constexpr get_t< Type... > get
Variable template for lists of observed components.
Definition: entt.hpp:6068