BWAPI
|
#include <zero_copy_stream_impl_lite.h>
Public Member Functions | |
StringOutputStream (string *target) | |
~StringOutputStream () | |
bool | Next (void **data, int *size) |
void | BackUp (int count) |
int64 | ByteCount () const |
google::protobuf::io::StringOutputStream::StringOutputStream | ( | string * | target | ) | [explicit] |
void google::protobuf::io::StringOutputStream::BackUp | ( | int | count | ) | [virtual] |
Implements google::protobuf::io::ZeroCopyOutputStream.
int64 google::protobuf::io::StringOutputStream::ByteCount | ( | ) | const [virtual] |
Implements google::protobuf::io::ZeroCopyOutputStream.
bool google::protobuf::io::StringOutputStream::Next | ( | void ** | data, |
int * | size | ||
) | [virtual] |
Implements google::protobuf::io::ZeroCopyOutputStream.