PixelLightAPI  .
PLCore::CommandLine Member List
This is the complete list of members for PLCore::CommandLine, including all inherited members.
AddArgument(const String &sName, const String &sDescription, const String &sDefault, bool bRequired=false)PLCore::CommandLine
AddFlag(const String &sName, const String &sShort, const String &sLong, const String &sDescription, bool bRequired=false)PLCore::CommandLine
AddParameter(const String &sName, const String &sShort, const String &sLong, const String &sDescription, const String &sDefault, bool bRequired=false)PLCore::CommandLine
ArgumentsToString(const Array< String > &lstArguments)PLCore::CommandLine [static]
Clear()PLCore::CommandLine
CommandLine()PLCore::CommandLine [inline]
GetAdditionalArgument(uint32 nIndex) const PLCore::CommandLine [inline]
GetNumOfAdditionalArguments() const PLCore::CommandLine [inline]
GetNumOfOptions() const PLCore::CommandLine [inline]
GetOption(uint32 nIndex) const PLCore::CommandLine [inline]
GetOption(const String &sName) const PLCore::CommandLine [inline]
GetValue(const String &sName) const PLCore::CommandLine
HasErrors() const PLCore::CommandLine [inline]
IsValueSet(const String &sName) const PLCore::CommandLine
ParseCommandLine(const Array< String > &lstArgs)PLCore::CommandLine
PrintHelp(const String &sProgramName) const PLCore::CommandLine
StringToArguments(const String &sCmdLine)PLCore::CommandLine [static]
~CommandLine()PLCore::CommandLine [inline]


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:28
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported