A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::CommandLine::CallbackItem Class Reference
+ Inheritance diagram for ns3::CommandLine::CallbackItem:
+ Collaboration diagram for ns3::CommandLine::CallbackItem:

Public Member Functions

virtual bool Parse (std::string value)
- Public Member Functions inherited from ns3::CommandLine::Item
virtual ~Item ()

Public Attributes

Callback< bool, std::string > m_callback
- Public Attributes inherited from ns3::CommandLine::Item
std::string m_help
std::string m_name

Detailed Description

Definition at line 107 of file command-line.h.

Member Function Documentation

bool ns3::CommandLine::CallbackItem::Parse ( std::string  value)
virtual

Implements ns3::CommandLine::Item.

Definition at line 290 of file command-line.cc.

References NS_LOG_DEBUG.

Member Data Documentation

Callback<bool, std::string> ns3::CommandLine::CallbackItem::m_callback

Definition at line 111 of file command-line.h.

Referenced by ns3::CommandLine::AddValue().


The documentation for this class was generated from the following files: