RedFlame v0.1.1
A high intensity flame eminating from software
Loading...
Searching...
No Matches
CommandLine.h
1//----------------------------------------------------------------
2//
3// File: CommandLine.h
4//
5//----------------------------------------------------------------
6
7#pragma once
8
9namespace Gen
10{
11 class BuildInfo; // fwd
12}
13
14namespace App {
15
17{
18public:
21 CommandLine(int argc, char* argv[], const Gen::BuildInfo& bld);
22 ~CommandLine() = default;
24
28
32};
33
34/*-----------------------------------------------------------*/
43
44} // namespace App
45
46//----------------------------------------------------------------
CommandLine(int argc, char *argv[], const Gen::BuildInfo &bld)
Definition CommandLine.cpp:29
Captured information about a program's build.
Definition BuildInfo.h:15
Application level functions and classes.
Definition CommandLine.h:14
Supply Library description.
Definition BuildInfo.h:12