Gromacs
2024.4
|
Wraps markup output into a vector of string (one line per element).
Public Member Functions | |
WrapperToVector (const TextLineWrapperSettings &settings) | |
Creates a wrapper with the given settings. | |
TextLineWrapperSettings & | settings () override |
Provides the wrapping settings. More... | |
void | wrap (const std::string &text) override |
Appends the given string to output. | |
const std::vector< std::string > & | result () const |
Returns a vector with the output lines. | |
|
inlineoverridevirtual |
Provides the wrapping settings.
HelpWriterContext::Impl::processMarkup() may provide some default values for the settings if they are not set; this is the reason the return value is not const.
Implements gmx::anonymous_namespace{helpwritercontext.cpp}::IWrapper.