BWAPI
|
#include <zero_copy_stream.h>
Public Member Functions | |
ZeroCopyOutputStream () | |
virtual | ~ZeroCopyOutputStream () |
virtual bool | Next (void **data, int *size)=0 |
virtual void | BackUp (int count)=0 |
virtual int64 | ByteCount () const =0 |
virtual google::protobuf::io::ZeroCopyOutputStream::~ZeroCopyOutputStream | ( | ) | [virtual] |
virtual void google::protobuf::io::ZeroCopyOutputStream::BackUp | ( | int | count | ) | [pure virtual] |
virtual int64 google::protobuf::io::ZeroCopyOutputStream::ByteCount | ( | ) | const [pure virtual] |
virtual bool google::protobuf::io::ZeroCopyOutputStream::Next | ( | void ** | data, |
int * | size | ||
) | [pure virtual] |