Writes formatted option descriptions to an std::ostream. More...
#include <program_options.h>
Public Member Functions | |
| OstreamWriter (std::ostream &os) | |
| void | write (const std::vector< char > &buf, std::size_t num) |
Public Attributes | |
| std::ostream & | out |
Private Member Functions | |
| void | operator= (const OstreamWriter &) |
Writes formatted option descriptions to an std::ostream.
Definition at line 421 of file program_options.h.
| ProgramOptions::OstreamWriter::OstreamWriter | ( | std::ostream & | os | ) | [inline] |
Definition at line 422 of file program_options.h.
| void ProgramOptions::OstreamWriter::operator= | ( | const OstreamWriter & | ) | [private] |
| void ProgramOptions::OstreamWriter::write | ( | const std::vector< char > & | buf, |
| std::size_t | num | ||
| ) |
Definition at line 108 of file program_options.cpp.
| std::ostream& ProgramOptions::OstreamWriter::out |
Definition at line 424 of file program_options.h.