#include <HelpRequest.hpp>
Inheritance diagram for HelpRequest


Public Methods | |
| HelpRequest ( HelpTopicCref ) | |
| Default constructor. | |
| HelpRequest ( HelpRequestCref ) | |
| Copy constructor. | |
| virtual | ~HelpRequest ( void ) |
| Virtual Destructor. | |
| HelpRequestRef | operator= ( HelpRequestCref ) |
| Assignment operator, copies topic. | |
| bool | operator== ( HelpRequestCref ) const |
| Equality operator compares topics. | |
| bool | operator== ( HelpTopicCref ) const |
| Equality operator compares topics. | |
| bool | wasHandled ( void ) const |
| True if the request was handled. | |
| operator HelpTopicCref ( void ) const | |
| Coercion operator for type. | |
| void | setHandled ( void ) |
| Set the request as handled. | |
Protected Methods | |
| HelpRequest ( void ) throw ( corelinux::Assertion ) | |
| Bad, need topic! | |