Logo ROOT  
Reference Guide
ROOT::option::PrintUsageImplementation::FunctionWriter< Function > Struct Template Reference

template<typename Function>
struct ROOT::option::PrintUsageImplementation::FunctionWriter< Function >

Definition at line 1733 of file OptionParser.h.

Public Member Functions

 FunctionWriter (Function *w)
 
virtual void operator() (const char *str, int size)
 Writes the given number of chars beginning at the given pointer somewhere. More...
 
- Public Member Functions inherited from ROOT::option::PrintUsageImplementation::IStringWriter
virtual ~IStringWriter ()=default
 
virtual void operator() (const char *, int)
 Writes the given number of chars beginning at the given pointer somewhere. More...
 

Public Attributes

Functionwrite
 

#include </home/sftnight/build/workspace/root-makedoc-v622/rootspi/rdoc/src/v6-22-00-patches/core/dictgen/res/OptionParser.h>

Inheritance diagram for ROOT::option::PrintUsageImplementation::FunctionWriter< Function >:
[legend]

Constructor & Destructor Documentation

◆ FunctionWriter()

template<typename Function >
ROOT::option::PrintUsageImplementation::FunctionWriter< Function >::FunctionWriter ( Function w)
inline

Definition at line 1742 of file OptionParser.h.

Member Function Documentation

◆ operator()()

template<typename Function >
virtual void ROOT::option::PrintUsageImplementation::FunctionWriter< Function >::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 1737 of file OptionParser.h.

Member Data Documentation

◆ write

Definition at line 1735 of file OptionParser.h.

Collaboration diagram for ROOT::option::PrintUsageImplementation::FunctionWriter< Function >:
[legend]

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