|
BWAPI
|
#include <zero_copy_stream_impl_lite.h>


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