#include <HelpHandler.hpp>
Inheritance diagram for HelpHandler


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