All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Public Member Functions | Friends | List of all members
net::SearchResponse Class Reference

A response message to SEARCH request. A response message to SEARCH requests is defined by the SetDescriptors list matching the given query parameters provided by the client. More...

#include <client_protocol.h>

Inheritance diagram for net::SearchResponse:
Inheritance graph
[legend]
Collaboration diagram for net::SearchResponse:
Collaboration graph
[legend]

Public Member Functions

 SearchResponse (ResponseCode code)
 
void setFoundCount (int c)
 
int getFoundCount () const
 
void addSdFields (int sn, const std::map< std::string, std::string > &fields)
 
- Public Member Functions inherited from net::ResponseMessage
 ResponseMessage (ResponseCode code)
 
ResponseCode getResponseCode () const
 

Friends

std::ostream & operator<< (std::ostream &os, const SearchResponse &msg)
 

Additional Inherited Members

- Protected Attributes inherited from net::ResponseMessage
ResponseCode responseCode
 

Detailed Description

A response message to SEARCH request. A response message to SEARCH requests is defined by the SetDescriptors list matching the given query parameters provided by the client.


The documentation for this class was generated from the following files: