mongo::HttpClient::Result Class Reference

#include <httpclient.h>

List of all members.

Public Member Functions

const string & getBody () const
const string & getEntireResponse () const
const map< string, string > getHeaders () const
 Result ()

Private Member Functions

void _init (int code, string entire)

Private Attributes

string _body
int _code
string _entireResponse
map< string, string > _headers

Friends

class HttpClient

Detailed Description

Definition at line 27 of file httpclient.h.


Constructor & Destructor Documentation

mongo::HttpClient::Result::Result (  )  [inline]

Definition at line 29 of file httpclient.h.


Member Function Documentation

void mongo::HttpClient::Result::_init ( int  code,
string  entire 
) [private]
const string& mongo::HttpClient::Result::getBody (  )  const [inline]

Definition at line 39 of file httpclient.h.

const string& mongo::HttpClient::Result::getEntireResponse (  )  const [inline]

Definition at line 31 of file httpclient.h.

const map<string,string> mongo::HttpClient::Result::getHeaders (  )  const [inline]

Definition at line 35 of file httpclient.h.


Friends And Related Function Documentation

friend class HttpClient [friend]

Definition at line 53 of file httpclient.h.


Member Data Documentation

Definition at line 51 of file httpclient.h.

Definition at line 47 of file httpclient.h.

Definition at line 48 of file httpclient.h.

map<string,string> mongo::HttpClient::Result::_headers [private]

Definition at line 50 of file httpclient.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


mongodb
Author(s): Nate Koenig
autogenerated on Fri Jan 11 12:15:55 2013