Inheritance diagram for ns3::CommandLine::UserItem< T >:
Collaboration diagram for ns3::CommandLine::UserItem< T >:Public Member Functions | |
| virtual bool | Parse (std::string value) |
Public Member Functions inherited from ns3::CommandLine::Item | |
| virtual | ~Item () |
Public Attributes | |
| T * | m_valuePtr |
Public Attributes inherited from ns3::CommandLine::Item | |
| std::string | m_help |
| std::string | m_name |
Definition at line 101 of file command-line.h.
|
virtual |
Implements ns3::CommandLine::Item.
Definition at line 147 of file command-line.h.
| T* ns3::CommandLine::UserItem< T >::m_valuePtr |
Definition at line 105 of file command-line.h.
Referenced by ns3::CommandLine::AddValue().