YAMI4 Core
parameter_type.h
1 // Copyright Maciej Sobczak 2008-2019.
2 // This file is part of YAMI4.
3 //
4 // YAMI4 is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version.
8 //
9 // YAMI4 is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU General Public License for more details.
13 //
14 // You should have received a copy of the GNU General Public License
15 // along with YAMI4. If not, see <http://www.gnu.org/licenses/>.
16 
17 #ifndef YAMICORE_PARAMETER_TYPE_H_INCLUDED
18 #define YAMICORE_PARAMETER_TYPE_H_INCLUDED
19 
20 namespace yami
21 {
22 
23 namespace core
24 {
25 
28 {
44 };
45 
46 } // namespace core
47 
48 } // namespace yami
49 
50 #endif // YAMICORE_PARAMETER_TYPE_H_INCLUDED
Array of nested parameters object.
Definition: parameter_type.h:43
Array of strings.
Definition: parameter_type.h:40
Nested parameters object.
Definition: parameter_type.h:42
parameter_type
Type of parameter entry.
Definition: parameter_type.h:27
Array of binary blocks.
Definition: parameter_type.h:41
Internal mark for unused slots.
Definition: parameter_type.h:29
double
Definition: parameter_type.h:33
int
Definition: parameter_type.h:31
Namespace devoted for everything related to YAMI4.
Definition: agent.h:25
Binary block.
Definition: parameter_type.h:35
Array of double.
Definition: parameter_type.h:39
Array of bool.
Definition: parameter_type.h:36
bool
Definition: parameter_type.h:30
Array of int.
Definition: parameter_type.h:37
long long
Definition: parameter_type.h:32
Array of long long.
Definition: parameter_type.h:38
string
Definition: parameter_type.h:34