Leonetienne/Hazelnupp
Simple, easy to use, command line parameter interface
Enumerations
DataType.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  DATA_TYPE {
  DATA_TYPE::VOID, DATA_TYPE::INT, DATA_TYPE::FLOAT, DATA_TYPE::STRING,
  DATA_TYPE::LIST
}
 The different data types a paramater can be. More...
 

Enumeration Type Documentation

◆ DATA_TYPE

enum DATA_TYPE
strong

The different data types a paramater can be.

Enumerator
VOID 
INT 
FLOAT 
STRING 
LIST 

Definition at line 5 of file DataType.h.

6 {
7  VOID,
8  INT,
9  FLOAT,
10  STRING,
11  LIST
12 };
DATA_TYPE::VOID
@ VOID
DATA_TYPE::LIST
@ LIST
DATA_TYPE::FLOAT
@ FLOAT
DATA_TYPE::INT
@ INT
DATA_TYPE::STRING
@ STRING