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... | |
StreamWriter (Function *w, Stream *s) | |
Public Attributes | |
Function * | fwrite |
Stream * | stream |
Definition at line 1831 of file optionparser.h.
|
inline |
Definition at line 1841 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 1836 of file optionparser.h.
References casa::vi::size(), and option::PrintUsageImplementation::StreamWriter< Function, Stream >::stream.
Function* option::PrintUsageImplementation::StreamWriter< Function, Stream >::fwrite |
Definition at line 1833 of file optionparser.h.
Stream* option::PrintUsageImplementation::StreamWriter< Function, Stream >::stream |
Definition at line 1834 of file optionparser.h.
Referenced by option::PrintUsageImplementation::StreamWriter< Function, Stream >::operator()().