#include <HelpHandler.hpp>
Inheritance diagram for HelpHandler:

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. | |
If fields the handlesType query from the base corelinux::Handler from information compared in itself and the request.