#include <llcommandlineparser.h>


Public Member Functions | |
| void | configure (const LLString &config_filename, LLControlGroup *controlGroup) |
| Configure the command line parser according the given config file. | |
Definition at line 151 of file llcommandlineparser.h.
| void LLControlGroupCLP::configure | ( | const LLString & | config_filename, | |
| LLControlGroup * | controlGroup | |||
| ) |
Configure the command line parser according the given config file.
| config_filename | The name of the XML based LLSD config file. | |
| clp | A reference to the command line parser object to configure. |
Definition at line 469 of file llcommandlineparser.cpp.
References LLCommandLineParser::addOptionDesc(), LLSD::asBoolean(), LLSD::asInteger(), LLSD::asString(), LLSD::beginMap(), LLSD::endMap(), LLSDSerialize::fromXML(), LLSD::has(), llifstream, NULL, LLStringBase< char >::null, and setControlValueCB().
Referenced by LLAppViewer::initConfiguration().


1.5.5