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

#include <zero_copy_stream_impl.h>

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

List of all members.

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

Constructor & Destructor Documentation

google::protobuf::io::IstreamInputStream::IstreamInputStream ( istream *  stream,
int  block_size = -1 
) [explicit]

Member Function Documentation

void google::protobuf::io::IstreamInputStream::BackUp ( int  count) [virtual]
bool google::protobuf::io::IstreamInputStream::Next ( const void **  data,
int *  size 
) [virtual]
bool google::protobuf::io::IstreamInputStream::Skip ( int  count) [virtual]

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