Definition at line 1818 of file OptionParser.h.
Public Member Functions | |
StreamWriter (Function *w, Stream *s) | |
virtual void | operator() (const char *str, int size) |
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 | |
Function * | fwrite |
Stream * | stream |
|
inline |
Definition at line 1828 of file OptionParser.h.
|
inlinevirtual |
Writes the given number of chars beginning at the given pointer somewhere.
Reimplemented from ROOT::option::PrintUsageImplementation::IStringWriter.
Definition at line 1823 of file OptionParser.h.
Function* ROOT::option::PrintUsageImplementation::StreamWriter< Function, Stream >::fwrite |
Definition at line 1820 of file OptionParser.h.
Stream* ROOT::option::PrintUsageImplementation::StreamWriter< Function, Stream >::stream |
Definition at line 1821 of file OptionParser.h.