void validate(const Teuchos::ParameterEntry &entry, const std::string ¶mName, const std::string &sublistName) const
void printDoc(const std::string &docString, std::ostream &out) const
any & getAny(bool activeQry=true)
void StringTokenizer(std::vector< std::string > &tokens, const std::string &str, const std::string delimiters, bool trim)
Tokenize a string, put tokens in a vector.
static void split(const std::string &str, const std::string &delim, std::vector< std::string > &tokens)
Utility function for tokenizing.