-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGlvWidgetData_spec_All.h
32 lines (28 loc) · 1.25 KB
/
GlvWidgetData_spec_All.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
* This file is part of the Glove distribution (https://github.com/piallai/glove).
* Copyright (C) 2024 Pierre Allain.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
// Include all GlvWidgetData specializations
#include "GlvWidgetData_spec_AT.h" //int, unsigned int, float, double, bool
#include "GlvWidgetData_spec_std_string.h" // std::string
#include "GlvWidgetData_spec_std_pair.h" // std::pair
#include "GlvWidgetData_spec_std_vector.h" // std::vector
#include "GlvWidgetData_spec_std_map.h" // std::map
#include "GlvWidgetData_spec_SlvEnum.h"
#include "GlvWidgetData_spec_SlvProportion.h"
#include "GlvWidgetData_spec_SlvFile.h"
#include "GlvWidgetData_spec_SlvDirectory.h"
#include "GlvWidgetData_spec_SlvParametrization.h"