CuteHMI - Services (CuteHMI.Services.2)
Init.hpp
1 #ifndef H_EXTENSIONS_CUTEHMI_SERVICES_2_INCLUDE_CUTEHMI_SERVICES_INIT_HPP
2 #define H_EXTENSIONS_CUTEHMI_SERVICES_2_INCLUDE_CUTEHMI_SERVICES_INIT_HPP
3 
4 #include "internal/common.hpp"
5 
6 #include <cutehmi/Initializer.hpp>
7 
8 namespace cutehmi {
9 namespace services {
10 
24 class CUTEHMI_SERVICES_API Init final:
25  public Initializer<Init>
26 {
27  public:
31  Init();
32 };
33 
34 }
35 }
36 
37 #endif
38 
39 //(c)C: Copyright © 2019, Michał Policht <michal@policht.pl>. All rights reserved.
40 //(c)C: This file is a part of CuteHMI.
41 //(c)C: 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.
42 //(c)C: 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.
43 //(c)C: You should have received a copy of the GNU Lesser General Public License along with CuteHMI. If not, see <https://www.gnu.org/licenses/>.
cutehmi
cutehmi::services::Init
Init.
Definition: Init.hpp:24
cutehmi::Initializer