|
TrueReality
v0.1.1912
|
#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>
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) |
| 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().

