xoreos  0.0.5
Functions
cline.h File Reference

Command line arguments parser. More...

#include <vector>
#include "src/common/ustring.h"
Include dependency graph for cline.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool parseCommandline (const std::vector< Common::UString > &argv, Common::UString &target, int &code)
 

Detailed Description

Command line arguments parser.

Definition in file cline.h.

Function Documentation

◆ parseCommandline()

bool parseCommandline ( const std::vector< Common::UString > &  argv,
Common::UString target,
int &  code 
)

Definition at line 189 of file cline.cpp.

References Common::UString::c_str(), Common::UString::clear(), ConfigMan, displayUsage(), displayVersion(), Common::UString::empty(), parseOption(), setOption(), and warning().

Referenced by main().

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