#include <string>
Go to the source code of this file.
|
| void | ParseCmdLineArgs (int &argc, char **argv, std::string &logFileName, std::string &logLevel, bool &updateVer, bool &incVer, int &majVer, int &minVer, std::string &yymmVer, int &buildVer) |
| |
|
| static const std::string | PROGRAM_NAME = "TrueReality" |
| |
| static const std::string | EXE_NAME = "trVersion" |
| |
◆ ParseCmdLineArgs()
| void ParseCmdLineArgs |
( |
int & |
argc, |
|
|
char ** |
argv, |
|
|
std::string & |
logFileName, |
|
|
std::string & |
logLevel, |
|
|
bool & |
updateVer, |
|
|
bool & |
incVer, |
|
|
int & |
majVer, |
|
|
int & |
minVer, |
|
|
std::string & |
yymmVer, |
|
|
int & |
buildVer |
|
) |
| |
◆ EXE_NAME
| const std::string EXE_NAME = "trVersion" |
|
static |
◆ PROGRAM_NAME
| const std::string PROGRAM_NAME = "TrueReality" |
|
static |