Writes formatted option descriptions to an std::string. More...
#include <program_options.h>
| Public Member Functions | |
| StringWriter (std::string &str) | |
| void | write (const std::vector< char > &buf, std::size_t num) | 
| Public Attributes | |
| std::string & | out | 
| Private Member Functions | |
| void | operator= (const StringWriter &) | 
Writes formatted option descriptions to an std::string.
Definition at line 428 of file program_options.h.
| ProgramOptions::StringWriter::StringWriter | ( | std::string & | str | ) |  [inline] | 
Definition at line 429 of file program_options.h.
| void ProgramOptions::StringWriter::operator= | ( | const StringWriter & | ) |  [private] | 
| void ProgramOptions::StringWriter::write | ( | const std::vector< char > & | buf, | 
| std::size_t | num | ||
| ) | 
Definition at line 111 of file program_options.cpp.
| std::string& ProgramOptions::StringWriter::out | 
Definition at line 431 of file program_options.h.