BWAPI
|
#include <zero_copy_stream_impl.h>
Classes | |
class | CopyingIstreamInputStream |
Public Member Functions | |
IstreamInputStream (istream *stream, int block_size=-1) | |
~IstreamInputStream () | |
bool | Next (const void **data, int *size) |
void | BackUp (int count) |
bool | Skip (int count) |
int64 | ByteCount () const |
google::protobuf::io::IstreamInputStream::IstreamInputStream | ( | istream * | stream, |
int | block_size = -1 |
||
) | [explicit] |
void google::protobuf::io::IstreamInputStream::BackUp | ( | int | count | ) | [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.
int64 google::protobuf::io::IstreamInputStream::ByteCount | ( | ) | const [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.
bool google::protobuf::io::IstreamInputStream::Next | ( | const void ** | data, |
int * | size | ||
) | [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.
bool google::protobuf::io::IstreamInputStream::Skip | ( | int | count | ) | [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.