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

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

finalize()Token
getFollowingDelimiter() constToken
getPrecedingDelimiter() constToken
getToken() constToken
isToken(const char delim) constToken
isToken(const std::string &candidate, const char delim)Tokenstatic
operator==(const Token &other) constToken
Token(const std::string &rawToken, const char precedingDelim, const char followingDelim)Token