#include <T2CommandLine.h>
Public Member Functions | |
T2CommandLine () | |
T2CommandLine (T2StringView a_pchCommandLine) | |
void | Create (T2StringView a_pchCommandLine) |
TBOOL | HasParameter (const TCHAR *a_pszParameter, TINT *a_pIndex=nullptr) const |
TString8 | GetParameterValue (const TCHAR *a_pszParameter, const TCHAR *a_pszDefaultValue=nullptr) const |
const TCHAR * | GetNextParameter (const TCHAR *a_pszParameter) const |
Definition at line 22 of file T2CommandLine.h.
T2CommandLine::T2CommandLine | ( | ) |
Definition at line 17 of file T2CommandLine.cpp.
T2CommandLine::T2CommandLine | ( | T2StringView | a_pchCommandLine | ) |
Definition at line 12 of file T2CommandLine.cpp.
void T2CommandLine::Create | ( | T2StringView | a_pchCommandLine | ) |
Definition at line 23 of file T2CommandLine.cpp.
Definition at line 80 of file T2CommandLine.cpp.
TString8 T2CommandLine::GetParameterValue | ( | const TCHAR * | a_pszParameter, |
const TCHAR * | a_pszDefaultValue = nullptr ) const |
Definition at line 68 of file T2CommandLine.cpp.
Definition at line 47 of file T2CommandLine.cpp.