Gromacs
2018.1
|
Classes | |
class | IWrapper |
Custom output interface for HelpWriterContext::Impl::processMarkup(). More... | |
class | WrapperToString |
Wraps markup output into a single string. More... | |
class | WrapperToVector |
Wraps markup output into a vector of string (one line per element). More... | |
Functions | |
std::string | repall (const std::string &s, int nsr, const t_sandr sa[]) |
Replaces all entries from a list of replacements. | |
template<size_t nsr> | |
std::string | repall (const std::string &s, const t_sandr(&sa)[nsr]) |
Replaces all entries from a list of replacements. | |
std::string | toUpperCase (const std::string &text) |
Makes the string uppercase. More... | |
std::string | removeExtraNewlinesRst (const std::string &text) |
Removes extra newlines from reStructuredText. More... | |
Variables | |
const char | g_titleChars [] = "=-^*~+#'_." |
Characters used for reStructuredText title underlining. | |
const t_sandr | sandrTty [] |
List of replacements for console output. | |
const t_sandr | sandrRst [] |
List of replacements for reStructuredText output. | |