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