#include <iostream>
#include "Hazelnupp.h"
#include "IntValue.h"
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 7 of file main.cpp.
24 ParamConstraint::TypeSafety(
"--width", DATA_TYPE::FLOAT),
25 ParamConstraint(
"--name",
true, DATA_TYPE::LIST, {
"peter",
"hannes"},
true),
29 nupp.
Parse(argc, argv);