CLI for C++ Project Page CLI for C++ Home Page

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

CLI::HelpFormatter Class Reference

Helper class to format and print help for the given set of options. More...

#include <HelpFormatter.h>

List of all members.

Public Member Functions

 HelpFormatter ()
 HelpFormatter (const HelpFormatter &)
HelpFormatteroperator= (const HelpFormatter &)
 ~HelpFormatter ()
void printHelp (const char *const banner, const Options &opt)


Detailed Description

Helper class to format and print help for the given set of options.

Author:
John Poplett


Constructor & Destructor Documentation

CLI::HelpFormatter::HelpFormatter  ) 
 

CLI::HelpFormatter::HelpFormatter const HelpFormatter  ) 
 

CLI::HelpFormatter::~HelpFormatter  ) 
 


Member Function Documentation

HelpFormatter& CLI::HelpFormatter::operator= const HelpFormatter  ) 
 

void CLI::HelpFormatter::printHelp const char *const   banner,
const Options opt
 


The documentation for this class was generated from the following file:
SourceForge Logo hosts this site. Send comments to:
John Poplett