Definition at line 1754 of file OptionParser.h.
Public Member Functions | |
OStreamWriter (OStream &o) | |
void | operator() (const char *str, int size) override |
Writes the given number of chars beginning at the given pointer somewhere. | |
Public Member Functions inherited from ROOT::option::PrintUsageImplementation::IStringWriter | |
virtual | ~IStringWriter ()=default |
Public Attributes | |
OStream & | ostream |
|
inline |
Definition at line 1763 of file OptionParser.h.
|
inlineoverridevirtual |
Writes the given number of chars beginning at the given pointer somewhere.
Reimplemented from ROOT::option::PrintUsageImplementation::IStringWriter.
Definition at line 1758 of file OptionParser.h.
OStream& ROOT::option::PrintUsageImplementation::OStreamWriter< OStream >::ostream |
Definition at line 1756 of file OptionParser.h.