BWAPI
|
#include <zero_copy_stream_impl.h>
Public Member Functions | |
ConcatenatingInputStream (ZeroCopyInputStream *const streams[], int count) | |
~ConcatenatingInputStream () | |
bool | Next (const void **data, int *size) |
void | BackUp (int count) |
bool | Skip (int count) |
int64 | ByteCount () const |
google::protobuf::io::ConcatenatingInputStream::ConcatenatingInputStream | ( | ZeroCopyInputStream *const | streams[], |
int | count | ||
) |
void google::protobuf::io::ConcatenatingInputStream::BackUp | ( | int | count | ) | [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.
int64 google::protobuf::io::ConcatenatingInputStream::ByteCount | ( | ) | const [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.
bool google::protobuf::io::ConcatenatingInputStream::Next | ( | const void ** | data, |
int * | size | ||
) | [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.
bool google::protobuf::io::ConcatenatingInputStream::Skip | ( | int | count | ) | [virtual] |
Implements google::protobuf::io::ZeroCopyInputStream.