casa
5.7.0-16
|
#include <optionparser.h>
Public Member Functions | |
virtual void | operator() (const char *str, int size) |
Writes the given number of chars beginning at the given pointer somewhere. More... | |
SyscallWriter (Syscall *w, int f) | |
Public Attributes | |
Syscall * | write |
int | fd |
Definition at line 1810 of file optionparser.h.
|
inline |
Definition at line 1820 of file optionparser.h.
|
inlinevirtual |
Writes the given number of chars beginning at the given pointer somewhere.
Reimplemented from option::PrintUsageImplementation::IStringWriter.
Definition at line 1815 of file optionparser.h.
References option::PrintUsageImplementation::SyscallWriter< Syscall >::fd, and casa::vi::size().
int option::PrintUsageImplementation::SyscallWriter< Syscall >::fd |
Definition at line 1813 of file optionparser.h.
Referenced by option::PrintUsageImplementation::SyscallWriter< Syscall >::operator()().
Syscall* option::PrintUsageImplementation::SyscallWriter< Syscall >::write |
Definition at line 1812 of file optionparser.h.