TrueReality  v0.1.1912
Utils.h File Reference
#include <string>
Include dependency graph for Utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)
 

Variables

static const std::string PROGRAM_NAME = "TrueReality"
 
static const std::string EXE_NAME = "trVersion"
 

Function Documentation

◆ 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 
)

Definition at line 37 of file Utils.cpp.

References trUtil::Logging::LOG_DEBUG_STR(), trUtil::Logging::LOG_ERROR_STR(), trUtil::Logging::LOG_INFO_STR(), trUtil::Logging::LOG_WARNING_STR(), and PROGRAM_NAME.

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ EXE_NAME

const std::string EXE_NAME = "trVersion"
static

Definition at line 26 of file Utils.h.

Referenced by main().

◆ PROGRAM_NAME

const std::string PROGRAM_NAME = "TrueReality"
static

Definition at line 25 of file Utils.h.

Referenced by ParseCmdLineArgs().