Leonetienne/Hazelnupp
Simple, easy to use, command line parameter interface
src
Value.cpp
Go to the documentation of this file.
1
#include "
Hazelnupp/Value.h
"
2
3
using namespace
Hazelnp
;
4
5
Value::Value(
DATA_TYPE
type)
6
:
7
type{ type }
8
{
9
return
;
10
}
11
12
DATA_TYPE
Value::GetDataType
()
const
13
{
14
return
type
;
15
}
Value.h
Hazelnp::Value::GetDataType
DATA_TYPE GetDataType() const
Will return the data type of this value.
Definition:
Value.cpp:12
Hazelnp::Value::type
DATA_TYPE type
Definition:
Value.h:48
Hazelnp
Definition:
CmdArgsInterface.h:10
Hazelnp::DATA_TYPE
DATA_TYPE
The different data types a paramater can be.
Definition:
DataType.h:9
Generated on Thu Apr 28 2022 12:05:07 for Leonetienne/Hazelnupp by
1.9.3