Namespaces | |
ns3::CommandLineHelper | |
Helpers for CommandLine to specialize on bool. | |
template<typename T > | |
bool | ns3::CommandLineHelper::UserItemParse (const std::string value, T &val) |
Helper to specialize UserItem::Parse on bool. More... | |
template<> | |
bool | ns3::CommandLineHelper::UserItemParse< bool > (const std::string value, bool &val) |
Helper to specialize UserItem::Parse on bool. More... | |
template<typename T > | |
std::string | ns3::CommandLineHelper::GetDefault (const T &val) |
Helper to specialize UserItem::GetDefault on bool. More... | |
template<> | |
std::string | ns3::CommandLineHelper::GetDefault< bool > (const bool &val) |
Helper to specialize UserItem::GetDefault on bool. More... | |
std::string ns3::CommandLineHelper::GetDefault | ( | const T & | val | ) |
Helper to specialize UserItem::GetDefault on bool.
val | the argument value |
Definition at line 441 of file command-line.h.
std::string ns3::CommandLineHelper::GetDefault< bool > | ( | const bool & | val | ) |
Helper to specialize UserItem::GetDefault on bool.
val | the argument value |
Definition at line 422 of file command-line.cc.
bool ns3::CommandLineHelper::UserItemParse | ( | const std::string | value, |
T & | val | ||
) |
Helper to specialize UserItem::Parse on bool.
value | the argument name |
val | the argument location |
Definition at line 458 of file command-line.h.
bool ns3::CommandLineHelper::UserItemParse< bool > | ( | const std::string | value, |
bool & | val | ||
) |
Helper to specialize UserItem::Parse on bool.
value | the argument name |
val | the argument location |
Definition at line 431 of file command-line.cc.