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.
[in] | val | The argument value |
Definition at line 629 of file command-line.h.
std::string ns3::CommandLineHelper::GetDefault< bool > | ( | const bool & | val | ) |
Helper to specialize CommandLine::UserItem::GetDefault() on bool.
[in] | val | The argument value |
Definition at line 662 of file command-line.cc.
bool ns3::CommandLineHelper::UserItemParse | ( | const std::string | value, |
T & | val | ||
) |
Helpers to specialize CommandLine::UserItem::Parse() on bool.
[in] | value | The argument name |
[out] | val | The argument location |
true
if parsing was successful Definition at line 646 of file command-line.h.
bool ns3::CommandLineHelper::UserItemParse< bool > | ( | const std::string | value, |
bool & | val | ||
) |
Helpers to specialize CommandLine::UserItem::Parse() on bool.
[in] | value | The argument name |
[out] | val | The argument location |
true
if parsing was successful Definition at line 671 of file command-line.cc.