This is the complete list of members for StringMapper, including all inherited members.
convertEscaped(std::string &s) | StringMapper | static |
debug(std::ostream &ostr, const std::map< std::string, T > &m) const | StringMapper | inline |
enableFormatting(bool formatting) | StringMapper | inline |
expand(const std::map< std::string, T > &m, bool clear=false) | StringMapper | inline |
formatting (defined in StringMapper) | StringMapper | protected |
iosFormat (defined in StringMapper) | StringMapper | |
isLiteral() const | StringMapper | |
parse(const std::string &s, bool convertEscaped=false) | StringMapper | |
parse(const std::string &s, RegExp &r) (defined in StringMapper) | StringMapper | protected |
regExp (defined in StringMapper) | StringMapper | protected |
setValidChars(const std::string &chars) (defined in StringMapper) | StringMapper | inline |
StringMapper(const std::string &format="", const std::string &validChars="[a-zA-Z0-9_]+", bool formatting=true) | StringMapper | inline |
StringMapper(const RegExp ®exp, bool formatting=true) | StringMapper | inline |
StringMapper(const StringMapper &mapper) | StringMapper | inline |
toStr(const std::map< std::string, T > &m, int replaceChar=-1, const VariableFormatter< T > &formatter=VariableFormatter< T >()) const | StringMapper | inline |
toStream(std::ostream &ostr) const | StringMapper | inline |
toStream(std::ostream &ostr, const std::map< std::string, T > &variables, int replace=0, const VariableFormatter< T > &formatter=VariableFormatter< T >()) const | StringMapper | inline |
updateRegExp() (defined in StringMapper) | StringMapper | inlineprotected |
validChars (defined in StringMapper) | StringMapper | protected |