Extension of Item for strings. More...
Public Member Functions | |
std::string | GetDefault (void) const |
bool | HasDefault (void) const |
bool | Parse (const std::string value) |
Parse from a string. More... | |
Public Member Functions inherited from ns3::CommandLine::Item | |
virtual | ~Item () |
Destructor. More... | |
Public Attributes | |
std::string | m_value |
The argument value. More... | |
Public Attributes inherited from ns3::CommandLine::Item | |
std::string | m_help |
Argument help string. More... | |
std::string | m_name |
Argument label: --m_name= ... More... | |
Extension of Item for strings.
Definition at line 469 of file command-line.h.
|
virtual |
Implements ns3::CommandLine::Item.
Definition at line 859 of file command-line.cc.
|
virtual |
true
if this item has a default value. Reimplemented from ns3::CommandLine::Item.
Definition at line 853 of file command-line.cc.
|
virtual |
Parse from a string.
[in] | value | The string representation |
true
if parsing the value succeeded Implements ns3::CommandLine::Item.
Definition at line 846 of file command-line.cc.
std::string ns3::CommandLine::StringItem::m_value |
The argument value.
Definition at line 477 of file command-line.h.
Referenced by ns3::CommandLine::HandleNonOption().