Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::option::PrintUsageImplementation::StreamWriter< Function, Stream > Struct Template Reference

template<typename Function, typename Stream>
struct ROOT::option::PrintUsageImplementation::StreamWriter< Function, Stream >

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 Attributes

Functionfwrite
Stream * stream

#include </home/stephan/code/root-2/core/dictgen/res/OptionParser.h>

Inheritance diagram for ROOT::option::PrintUsageImplementation::StreamWriter< Function, Stream >:
ROOT::option::PrintUsageImplementation::IStringWriter

Constructor & Destructor Documentation

◆ StreamWriter()

template<typename Function, typename Stream>
ROOT::option::PrintUsageImplementation::StreamWriter< Function, Stream >::StreamWriter ( Function * w,
Stream * s )
inline

Definition at line 1828 of file OptionParser.h.

Member Function Documentation

◆ operator()()

template<typename Function, typename Stream>
virtual void ROOT::option::PrintUsageImplementation::StreamWriter< Function, Stream >::operator() ( const char * ,
int  )
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.

Member Data Documentation

◆ fwrite

template<typename Function, typename Stream>
Function* ROOT::option::PrintUsageImplementation::StreamWriter< Function, Stream >::fwrite

Definition at line 1820 of file OptionParser.h.

◆ stream

template<typename Function, typename Stream>
Stream* ROOT::option::PrintUsageImplementation::StreamWriter< Function, Stream >::stream

Definition at line 1821 of file OptionParser.h.


The documentation for this struct was generated from the following file: