Public Member Functions | |
virtual | ~Item () |
virtual bool | Parse (std::string value)=0 |
Public Attributes | |
std::string | m_name |
std::string | m_help |
Definition at line 83 of file command-line.h.
ns3::CommandLine::Item::~Item | ( | ) | [virtual] |
Definition at line 41 of file command-line.cc.
virtual bool ns3::CommandLine::Item::Parse | ( | std::string | value | ) | [pure virtual] |
Implemented in ns3::CommandLine::UserItem< T >, and ns3::CommandLine::CallbackItem.
std::string ns3::CommandLine::Item::m_help |
Definition at line 87 of file command-line.h.
Referenced by ns3::CommandLine::AddValue().
std::string ns3::CommandLine::Item::m_name |
Definition at line 86 of file command-line.h.
Referenced by ns3::CommandLine::AddValue().