App::CommandLine class

Constructors, destructors, conversion operators

~CommandLine() virtual

Public functions

auto Get(int index) -> eastl::string16&
auto FindSwitch(const char16_t* name, bool caseSensitive = false, eastl::string16* dst = nullptr, int firstIndex = 0) -> int

Public variables

eastl::vector<eastl::string16> mSplits
All the separated arguments of the command line, including the program name.
eastl::string16 field_18
eastl::string16 field_28