|
plptools
|
#include "config.h"#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | cli_utils |
Functions | |
| bool | cli_utils::is_number (const std::string &s) |
| int | cli_utils::lookup_default_port () |
| bool | cli_utils::parse_port (const std::string &arg, std::string *host, int *port) |
| bool | cli_utils::parse_port (std::nullptr_t, std::string *, int *)=delete |