iash  v0.5
Library to provide a bash-like shell in an application
UserCommand Member List

This is the complete list of members for UserCommand, including all inherited members.

getArguments() constUserCommand
getContextualArgument(char opt) constUserCommand
getContextualArgument(std::string opt) constUserCommand
getOptions() constUserCommand
getStdin() constUserCommand
getStdout() constUserCommand
getWholeCommand() constUserCommand
hasOption(char opt) constUserCommand
hasOption(const std::string &opt) constUserCommand
UserCommand(const std::string &inputCommand, std::istream &in, std::ostream &out)UserCommand
UserCommand(const Token &inputCommand, std::istream &in, std::ostream &out)UserCommand
~UserCommand() (defined in UserCommand)UserCommandvirtual