BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
google::protobuf::io::CopyingInputStreamAdaptor Class Reference

#include <zero_copy_stream_impl_lite.h>

Inheritance diagram for google::protobuf::io::CopyingInputStreamAdaptor:
Inheritance graph
[legend]
Collaboration diagram for google::protobuf::io::CopyingInputStreamAdaptor:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CopyingInputStreamAdaptor (CopyingInputStream *copying_stream, int block_size=-1)
 ~CopyingInputStreamAdaptor ()
void SetOwnsCopyingStream (bool value)
bool Next (const void **data, int *size)
void BackUp (int count)
bool Skip (int count)
int64 ByteCount () const

Constructor & Destructor Documentation

google::protobuf::io::CopyingInputStreamAdaptor::CopyingInputStreamAdaptor ( CopyingInputStream copying_stream,
int  block_size = -1 
) [explicit]

Member Function Documentation

bool google::protobuf::io::CopyingInputStreamAdaptor::Next ( const void **  data,
int *  size 
) [virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines