Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos::StrUtils Member List

This is the complete list of members for Teuchos::StrUtils, including all inherited members.

after(const std::string &str, const std::string &sub)Teuchos::StrUtilsstatic
allCaps(const std::string &str)Teuchos::StrUtilsstatic
atof(const std::string &str)Teuchos::StrUtilsstatic
atoi(const std::string &str)Teuchos::StrUtilsstatic
before(const std::string &str, const std::string &sub)Teuchos::StrUtilsstatic
before(const std::string &str, char sub)Teuchos::StrUtilsstatic
between(const std::string &str, const std::string &begin, const std::string &end, std::string &front, std::string &back)Teuchos::StrUtilsstatic
find(const std::string &str, const std::string &sub)Teuchos::StrUtilsstatic
findNextNonWhitespace(const std::string &str, int offset)Teuchos::StrUtilsstatic
findNextWhitespace(const std::string &str, int offset)Teuchos::StrUtilsstatic
fixUnprintableCharacters(const std::string &str)Teuchos::StrUtilsstatic
getTokensPlusWhitespace(const std::string &str)Teuchos::StrUtilsstatic
isNonWhite(const std::string &str)Teuchos::StrUtilsinlinestatic
isWhite(const std::string &str)Teuchos::StrUtilsstatic
printLines(std::ostream &os, const std::string &linePrefix, const std::string &lines)Teuchos::StrUtilsstatic
readFile(std::istream &is, char comment)Teuchos::StrUtilsstatic
readFromStream(std::istream &is)Teuchos::StrUtilsstatic
readLine(std::istream &is, std::string &line)Teuchos::StrUtilsstatic
reassembleFromTokens(const Array< std::string > &tokens, int iStart=0)Teuchos::StrUtilsstatic
removeAllSpaces(std::string stringToClean)Teuchos::StrUtilsstatic
splitIntoLines(const std::string &input)Teuchos::StrUtilsstatic
splitList(const std::string &bigstring, Array< std::string > &elements)Teuchos::StrUtilsstatic
stringTokenizer(const std::string &str)Teuchos::StrUtilsstatic
subString(const std::string &str, int begin, int end)Teuchos::StrUtilsstatic
tokenizeFile(std::istream &is, char comment)Teuchos::StrUtilsstatic
varSubstitute(const std::string &rawLine, const std::string &varName, const std::string &varValue)Teuchos::StrUtilsstatic
varTableSubstitute(const std::string &rawLine, const Array< std::string > &varNames, const Array< std::string > &varValues)Teuchos::StrUtilsstatic