Inheritance diagram for CapabilityResponse:

Public Member Functions | |
| CapabilityResponse () | |
| Default constructor. | |
| CapabilityResponse (const CapabilityResponse &other) | |
| Copy constructor. | |
| virtual | ~CapabilityResponse () |
| Destructor. | |
| CapabilityResponse & | operator= (const CapabilityResponse &other) |
| Assignment operator. | |
| unsigned | NumItems () const |
| Returns number of items in the list of capabilities. | |
| const char * | Item (unsigned index) const |
| Returns item in the list of capabilities at specified position. | |
| void | SetParams (const char *s) |
| Sets parameters for the response. | |
|
|
Default constructor. |
|
|
Copy constructor.
|
|
|
Destructor. |
|
|
Gets the item in the list of capabilities at position index. Each item is a string that describes one of the features supported by the server. The index parameter should be in the range index < NumItems().
|
|
|
Gets the number of items in the list of capabilities.
|
|
|
Assignment operator.
|
|
|
Sets parameters for the response. Only the parser should call this function.
|
Copyright © 2001-2005 Hunny Software, Inc. All rights reserved.