E-MailRelay
|
Private implementation structure for G::StringWrap. More...
Public Member Functions | |
WordWrapper (std::ostream &, StringWrap::Config, const std::locale &) | |
void | emit (const std::string &word, std::size_t newlines, const std::string &prespace) |
WordWrapper (const WordWrapper &)=delete | |
WordWrapper (WordWrapper &&)=delete | |
void | operator= (const WordWrapper &)=delete |
void | operator= (WordWrapper &&)=delete |
Private implementation structure for G::StringWrap.
Definition at line 40 of file gstringwrap.cpp.
G::StringWrap::WordWrapper::WordWrapper | ( | std::ostream & | out, |
StringWrap::Config | config, | ||
const std::locale & | loc | ||
) |
Definition at line 66 of file gstringwrap.cpp.
void G::StringWrap::WordWrapper::emit | ( | const std::string & | word, |
std::size_t | newlines, | ||
const std::string & | prespace | ||
) |
Definition at line 78 of file gstringwrap.cpp.