Inheritance diagram for SearchResponse:

Public Member Functions | |
| SearchResponse () | |
| Default constructor. | |
| SearchResponse (const SearchResponse &other) | |
| Copy constructor. | |
| virtual | ~SearchResponse () |
| Destructor. | |
| SearchResponse & | operator= (const SearchResponse &other) |
| Assignment operator. | |
| unsigned | NumMatches () const |
| Returns number of matches. | |
| uint32_t | Match (unsigned index) const |
| Returns match at the specified position. | |
| void | SetParams (const char *s) |
| Sets parameters for the response. | |
|
|
Default constructor. |
|
|
Copy constructor.
|
|
|
Destructor. |
|
|
Returns the message sequence number or message UID of a matching message at the specified position. The value of the index argument must satisfy the bounds 0 <= index < NumMatches(). If the response is sent in response to a SEARCH command, then the matches are message sequence numbers. If, instead, the response is sent in response to a UID SEARCH command, then the matches are message UIDs.
|
|
|
Returns the number of matches.
|
|
|
Assignment operator.
|
|
|
Sets parameters for the response. Only the parser should call this function.
|
Copyright © 2001-2005 Hunny Software, Inc. All rights reserved.