The Secret Order of Templates - C++ Plugin Skeleton (Templates.CppPluginSkeleton.0)
Exception.hpp
1 #ifndef H_EXTENSIONS_TEMPLATES_CPPPLUGINSKELETON_0_INCLUDE_TEMPLATES_CPPPLUGINSKELETON_EXCEPTION_HPP
2 #define H_EXTENSIONS_TEMPLATES_CPPPLUGINSKELETON_0_INCLUDE_TEMPLATES_CPPPLUGINSKELETON_EXCEPTION_HPP
3 
4 // This file has been initially autogenerated by 'cutehmi.skeleton.cpp' Qbs module.
5 
6 #include "internal/platform.hpp"
7 
8 #include <cutehmi/ExceptionMixin.hpp>
9 
10 namespace templates {
11 namespace cpppluginskeleton {
12 
13 class TEMPLATES_CPPPLUGINSKELETON_API Exception:
14  public ::cutehmi::ExceptionMixin<Exception>
15 {
16  typedef ExceptionMixin<Exception> Parent;
17 
18  public:
19  using Parent::Parent;
20 };
21 
22 }
23 }
24 
25 #endif
26 
27 //(c)ANYONE: Copyright © 2020, Anyone. All rights reserved.
28 //(c)ANYONE: This file is a part of CuteHMI.
29 //(c)ANYONE: CuteHMI is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
30 //(c)ANYONE: CuteHMI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
31 //(c)ANYONE: You should have received a copy of the GNU Lesser General Public License along with CuteHMI. If not, see <https://www.gnu.org/licenses/>.
templates::cpppluginskeleton::Exception
Definition: Exception.hpp:13
cutehmi::ExceptionMixin
templates
Definition: Exception.hpp:10