Nix (Dev)
3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
enums.hpp
Go to the documentation of this file.
1
#ifndef IV_SRC_CLI_ENUMS_HPP_
2
#define IV_SRC_CLI_ENUMS_HPP_
3
4
namespace
iv::cli
5
{
6
7
enum class
eCliOption
8
{
9
Help
,
10
Version
,
11
VersionShort
,
12
ProjectFile
,
13
ProjectFolder
,
14
WithoutOption
15
};
16
17
}
18
19
#endif
//IV_SRC_CLI_ENUMS_HPP_
iv::cli
Definition
enums.hpp:5
iv::cli::eCliOption
eCliOption
Definition
enums.hpp:8
iv::cli::eCliOption::VersionShort
@ VersionShort
iv::cli::eCliOption::Version
@ Version
iv::cli::eCliOption::ProjectFolder
@ ProjectFolder
iv::cli::eCliOption::Help
@ Help
iv::cli::eCliOption::WithoutOption
@ WithoutOption
iv::cli::eCliOption::ProjectFile
@ ProjectFile
src
cli
enums.hpp
Generated by
1.12.0