Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Examples  

HelpHandler Class Reference

HelpHandler is the basic handler type for this example. More...

#include <HelpHandler.hpp>

Inheritance diagram for HelpHandler

Inheritance graph
[legend]
Collaboration diagram for HelpHandler:

Collaboration graph
[legend]
List of all members.

Public Methods

 HelpHandler ( HelpTopicCref )
 Default constructor.

 HelpHandler ( HelpHandlerCref )
 Copy constructor.

virtual ~HelpHandler ( void )
 Virtual destructor.

HelpHandlerRef operator= ( HelpHandlerCref )
 Assignment operator.

bool operator== ( HelpHandlerCref ) const
 Equality operator.

HelpTopicCref getTypeHandled ( void ) const
 Retrieves the type handled by this Handler.


Protected Methods

 HelpHandler ( void ) throw ( corelinux::Assertion )
 Bad, needs type.

virtual bool handlesType ( corelinux::RequestPtr )
 Determines if the handler supports the Request.


Detailed Description

HelpHandler is the basic handler type for this example.

If fields the handlesType query from the base corelinux::Handler from information compared in itself and the request.


The documentation for this class was generated from the following files:
This is the CoreLinux++ reference manual
Provided by The CoreLinux Consortium