Public Member Functions | |
virtual bool | Parse (std::string value) |
Public Attributes | |
T * | m_valuePtr |
Definition at line 92 of file command-line.h.
bool ns3::CommandLine::UserItem< T >::Parse | ( | std::string | value | ) | [inline, virtual] |
Implements ns3::CommandLine::Item.
Definition at line 136 of file command-line.h.
T* ns3::CommandLine::UserItem< T >::m_valuePtr |
Definition at line 96 of file command-line.h.
Referenced by ns3::CommandLine::AddValue().