#include <boss_optitem.h>
Public Member Functions | |
t_OptItem () | |
t_OptItem (const string &o, const string &oa, const bool ot) | |
t_OptItem (const string &o, const string &oa, const bool ot, const bool of) | |
t_OptItem (const t_OptItem &O) | |
t_OptItem & | operator= (const t_OptItem &O) |
bool | operator< (const t_OptItem &O) const |
bool | operator== (const t_OptItem &O) const |
Public Attributes | |
string | option |
string | optionarg |
bool | optiontype |
bool | optionflag |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
name of the option |
|
argument of the option - empty string if no argument is needed by option |
|
false means the option was not found in the command line - true, option was found |
|
for use with the BOSS::CommandLine class, false means the option is necessary - true, not necessary for use with BOSS::Config, false means the option is of the boolean type, true means the option is of type "-key value". |