OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
base
ossimWebResponse.h
Go to the documentation of this file.
1
#ifndef ossimWebResponse_HEADER
2
#define ossimWebResponse_HEADER
3
#include <
ossim/base/ossimObject.h
>
4
#include <iostream>
5
#include <vector>
6
7
class
OSSIM_DLL
ossimWebResponse
:
public
ossimObject
8
{
9
public
:
10
typedef
std::vector<char>
ByteBuffer
;
11
ossimWebResponse
():
ossimObject
(){}
12
21
virtual
std::istream
* getInputStream()=0;
22
23
void
copyAllDataFromInputStream(ByteBuffer& buffer);
24
25
TYPE_DATA
;
26
};
27
#endif
ossimObject
Definition:
ossimObject.h:25
ossimWebResponse::TYPE_DATA
TYPE_DATA
Definition:
ossimWebResponse.h:25
ossimObject.h
ossimWebResponse
Definition:
ossimWebResponse.h:7
ossimWebResponse::ossimWebResponse
ossimWebResponse()
Definition:
ossimWebResponse.h:11
ossim::istream
std::basic_istream< char > istream
Base class for char input streams.
Definition:
ossimIosFwd.h:20
OSSIM_DLL
#define OSSIM_DLL
Definition:
ossimConstants.h:72
ossimWebResponse::ByteBuffer
std::vector< char > ByteBuffer
Definition:
ossimWebResponse.h:10
Generated on Fri Aug 3 2018 08:46:55 for OSSIM - Open Source Software Image Map by
1.8.14