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

HelpHandler Class Reference

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

#include <HelpHandler.hpp>

Inheritance diagram for HelpHandler:

corelinux::Handler corelinux::Synchronized HandlerHelpHandler RequestHelpHandler List of all members.

Public Member Functions

 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 Member Functions

 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