|
BWAPI
|
#include <zero_copy_stream_impl_lite.h>


Public Member Functions | |
| CopyingInputStreamAdaptor (CopyingInputStream *copying_stream, int block_size=-1) | |
| ~CopyingInputStreamAdaptor () | |
| void | SetOwnsCopyingStream (bool value) |
| bool | Next (const void **data, int *size) |
| void | BackUp (int count) |
| bool | Skip (int count) |
| int64 | ByteCount () const |
| google::protobuf::io::CopyingInputStreamAdaptor::CopyingInputStreamAdaptor | ( | CopyingInputStream * | copying_stream, |
| int | block_size = -1 |
||
| ) | [explicit] |
| void google::protobuf::io::CopyingInputStreamAdaptor::BackUp | ( | int | count | ) | [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.
| int64 google::protobuf::io::CopyingInputStreamAdaptor::ByteCount | ( | ) | const [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.
| bool google::protobuf::io::CopyingInputStreamAdaptor::Next | ( | const void ** | data, |
| int * | size | ||
| ) | [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.
| void google::protobuf::io::CopyingInputStreamAdaptor::SetOwnsCopyingStream | ( | bool | value | ) | [inline] |
| bool google::protobuf::io::CopyingInputStreamAdaptor::Skip | ( | int | count | ) | [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.
1.7.6.1