TrueReality  v0.1.1912
Utils.cpp File Reference
#include <trVersion/Utils.h>
#include <iostream>
#include <cstdlib>
#include <sstream>
#include <osg/ArgumentParser>
#include <osgDB/FileNameUtils>
#include <trUtil/Exception.h>
#include <trUtil/Logging/Log.h>
Include dependency graph for Utils.cpp:

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)
 

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: