Public Member Functions | |
virtual bool | Parse (std::string value) |
Public Attributes | |
Callback< bool, std::string > | m_callback |
Definition at line 98 of file command-line.h.
bool ns3::CommandLine::CallbackItem::Parse | ( | std::string | value | ) | [virtual] |
Implements ns3::CommandLine::Item.
Definition at line 257 of file command-line.cc.
References m_callback, and NS_LOG_DEBUG.
Callback<bool, std::string> ns3::CommandLine::CallbackItem::m_callback |
Definition at line 102 of file command-line.h.
Referenced by ns3::CommandLine::AddValue(), and Parse().