|
BWAPI
|
#include <zero_copy_stream_impl_lite.h>


Public Member Functions | |
| ArrayOutputStream (void *data, int size, int block_size=-1) | |
| ~ArrayOutputStream () | |
| bool | Next (void **data, int *size) |
| void | BackUp (int count) |
| int64 | ByteCount () const |
| google::protobuf::io::ArrayOutputStream::ArrayOutputStream | ( | void * | data, |
| int | size, | ||
| int | block_size = -1 |
||
| ) |
| void google::protobuf::io::ArrayOutputStream::BackUp | ( | int | count | ) | [virtual] |
Implements google::protobuf::io::ZeroCopyOutputStream.
| int64 google::protobuf::io::ArrayOutputStream::ByteCount | ( | ) | const [virtual] |
Implements google::protobuf::io::ZeroCopyOutputStream.
| bool google::protobuf::io::ArrayOutputStream::Next | ( | void ** | data, |
| int * | size | ||
| ) | [virtual] |
Implements google::protobuf::io::ZeroCopyOutputStream.
1.7.6.1