Definition at line 1797 of file OptionParser.h.
Public Member Functions | |
SyscallWriter (Syscall *w, int f) | |
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 | |
int | fd |
Syscall * | write |
|
inline |
Definition at line 1807 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 1802 of file OptionParser.h.
int ROOT::option::PrintUsageImplementation::SyscallWriter< Syscall >::fd |
Definition at line 1800 of file OptionParser.h.
Syscall* ROOT::option::PrintUsageImplementation::SyscallWriter< Syscall >::write |
Definition at line 1799 of file OptionParser.h.