casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
option::PrintUsageImplementation::FunctionWriter< Function > Struct Template Reference

#include <optionparser.h>

Inheritance diagram for option::PrintUsageImplementation::FunctionWriter< Function >:
option::PrintUsageImplementation::IStringWriter

Public Member Functions

virtual void operator() (const char *str, int size)
 Writes the given number of chars beginning at the given pointer somewhere. More...
 
 FunctionWriter (Function *w)
 

Public Attributes

Function * write
 

Detailed Description

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

Definition at line 1746 of file optionparser.h.

Constructor & Destructor Documentation

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

Definition at line 1755 of file optionparser.h.

Member Function Documentation

template<typename Function>
virtual void option::PrintUsageImplementation::FunctionWriter< Function >::operator() ( const char *  ,
int   
)
inlinevirtual

Writes the given number of chars beginning at the given pointer somewhere.

Reimplemented from option::PrintUsageImplementation::IStringWriter.

Definition at line 1750 of file optionparser.h.

References casa::vi::size().

Member Data Documentation

template<typename Function>
Function* option::PrintUsageImplementation::FunctionWriter< Function >::write

Definition at line 1748 of file optionparser.h.


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