A Discrete-Event Network Simulator
API
ns3::CommandLineHelper Namespace Reference

Helpers for CommandLine to specialize on bool. More...

Functions

template<typename T >
bool UserItemParse (const std::string value, T &val)
 Helpers to specialize CommandLine::UserItem::Parse() on bool. More...
 
template<>
bool UserItemParse< bool > (const std::string value, bool &val)
 Helpers to specialize CommandLine::UserItem::Parse() on bool. More...
 
template<typename T >
std::string GetDefault (const T &val)
 Helper to specialize CommandLine::UserItem::GetDefault() on bool. More...
 
template<>
std::string GetDefault< bool > (const bool &val)
 Helper to specialize CommandLine::UserItem::GetDefault() on bool. More...
 

Detailed Description

Helpers for CommandLine to specialize on bool.