mjplusplus  v0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros 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
 

Constructor & Destructor Documentation

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

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.

Member Data Documentation

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

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