|
BashSpark
|
This is the complete list of members for bs::shell, including all inherited members.
| BASH_ERROR_COMMAND_NOT_FOUND | bs::shell | static |
| BASH_ERROR_SYNTAX | bs::shell | static |
| DEFAULT_COMMAND_HASH_TABLE_SIZE | bs::shell | static |
| erase_command(const std::string &sCommand) | bs::shell | |
| get_command(const std::string &sCommand) const noexcept | bs::shell | |
| get_stop_on_command_not_found() const noexcept | bs::shell | |
| make_default_shell() | bs::shell | static |
| MAX_DEPTH | bs::shell | static |
| msg_error_command_not_found(shell_session &oSession, const std::string &sCommand) const | bs::shell | virtual |
| msg_error_invalid_function_name(shell_session &oSession, const std::string &sFunction) const | bs::shell | virtual |
| msg_error_syntax_error(const shell_session &oSession, const shell_parser_exception &oException) const | bs::shell | virtual |
| remove_command(const std::string &sCommand) | bs::shell | |
| run(std::istream &oCommand, shell_session &oSession) | bs::shell | static |
| run(const std::string &sCommand, shell_session &oSession) | bs::shell | static |
| run(const std::string_view &sCommand, shell_session &oSession) | bs::shell | static |
| set_command(std::unique_ptr< command > &&pCommand) | bs::shell | |
| set_command(Args &&... args) | bs::shell | inline |
| set_stop_on_command_not_found(bool bStopOnCommandNotFound) noexcept | bs::shell | |
| shell() | bs::shell | inline |
| ~shell()=default | bs::shell | virtual |