|
BWAPI
|
#include <zero_copy_stream_impl.h>


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