|
| template<class t_server > |
| bool | epee::empty_commands_handler (t_server *psrv, const std::string &command) |
| |
| template<class t_server , class t_handler > |
| bool | epee::start_default_console (t_server *ptsrv, t_handler handlr, std::function< std::string(void)> prompt, const std::string &usage="") |
| |
| template<class t_server , class t_handler > |
| bool | epee::start_default_console (t_server *ptsrv, t_handler handlr, const std::string &prompt, const std::string &usage="") |
| |
| template<class t_server > |
| bool | epee::start_default_console (t_server *ptsrv, const std::string &prompt, const std::string &usage="") |
| |
| template<class t_server , class t_handler > |
| bool | epee::no_srv_param_adapter (t_server *ptsrv, const std::string &cmd, t_handler handlr) |
| |
| template<class t_server , class t_handler > |
| bool | epee::run_default_console_handler_no_srv_param (t_server *ptsrv, t_handler handlr, std::function< std::string(void)> prompt, const std::string &usage="") |
| |
| template<class t_server , class t_handler > |
| bool | epee::run_default_console_handler_no_srv_param (t_server *ptsrv, t_handler handlr, const std::string &prompt, const std::string &usage="") |
| |
| template<class t_server , class t_handler > |
| bool | epee::start_default_console_handler_no_srv_param (t_server *ptsrv, t_handler handlr, std::function< std::string(void)> prompt, const std::string &usage="") |
| |
| template<class t_server , class t_handler > |
| bool | epee::start_default_console_handler_no_srv_param (t_server *ptsrv, t_handler handlr, const std::string &prompt, const std::string &usage="") |
| |