|
BWAPI
|
#include <zero_copy_stream.h>

Public Member Functions | |
| ZeroCopyInputStream () | |
| virtual | ~ZeroCopyInputStream () |
| virtual bool | Next (const void **data, int *size)=0 |
| virtual void | BackUp (int count)=0 |
| virtual bool | Skip (int count)=0 |
| virtual int64 | ByteCount () const =0 |
| virtual google::protobuf::io::ZeroCopyInputStream::~ZeroCopyInputStream | ( | ) | [virtual] |
| virtual void google::protobuf::io::ZeroCopyInputStream::BackUp | ( | int | count | ) | [pure virtual] |
Implemented in google::protobuf::io::LimitingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::IstreamInputStream, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::FileInputStream, google::protobuf::io::GzipInputStream, and google::protobuf::io::ArrayInputStream.
| virtual int64 google::protobuf::io::ZeroCopyInputStream::ByteCount | ( | ) | const [pure virtual] |
Implemented in google::protobuf::io::LimitingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::IstreamInputStream, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::FileInputStream, google::protobuf::io::GzipInputStream, and google::protobuf::io::ArrayInputStream.
| virtual bool google::protobuf::io::ZeroCopyInputStream::Next | ( | const void ** | data, |
| int * | size | ||
| ) | [pure virtual] |
Implemented in google::protobuf::io::LimitingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::IstreamInputStream, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::FileInputStream, google::protobuf::io::GzipInputStream, and google::protobuf::io::ArrayInputStream.
| virtual bool google::protobuf::io::ZeroCopyInputStream::Skip | ( | int | count | ) | [pure virtual] |
Implemented in google::protobuf::io::LimitingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::IstreamInputStream, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::FileInputStream, google::protobuf::io::GzipInputStream, and google::protobuf::io::ArrayInputStream.
1.7.6.1