|
osgEarth 2.1.1
|
Public Member Functions | |
| StreamObject (std::ostream *stream) | |
| void | write (const char *ptr, size_t realsize) |
Public Attributes | |
| std::ostream * | _stream |
| std::string | _resultMimeType |
Definition at line 81 of file HTTPClient.cpp.
| osgEarth::StreamObject::StreamObject | ( | std::ostream * | stream | ) | [inline] |
Definition at line 83 of file HTTPClient.cpp.
: _stream(stream) { }
| void osgEarth::StreamObject::write | ( | const char * | ptr, |
| size_t | realsize | ||
| ) | [inline] |
| std::string osgEarth::StreamObject::_resultMimeType |
Definition at line 91 of file HTTPClient.cpp.
| std::ostream* osgEarth::StreamObject::_stream |
Definition at line 90 of file HTTPClient.cpp.
1.7.3