|
osgEarth 2.1.1
|
Inheritance diagram for osgEarth::HTTPResponse::Part:
Collaboration diagram for osgEarth::HTTPResponse::Part:Public Types | |
| typedef std::map< std::string, std::string > | Headers |
Public Member Functions | |
| Part () | |
Public Attributes | |
| Headers | _headers |
| unsigned int | _size |
| std::stringstream | _stream |
Definition at line 149 of file HTTPClient.
| typedef std::map<std::string,std::string> osgEarth::HTTPResponse::Part::Headers |
Definition at line 152 of file HTTPClient.
| osgEarth::HTTPResponse::Part::Part | ( | ) | [inline] |
Definition at line 151 of file HTTPClient.
: _size(0) { }
Definition at line 153 of file HTTPClient.
| unsigned int osgEarth::HTTPResponse::Part::_size |
Definition at line 154 of file HTTPClient.
| std::stringstream osgEarth::HTTPResponse::Part::_stream |
Definition at line 155 of file HTTPClient.
1.7.3