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

#include <zero_copy_stream_impl_lite.h>

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

List of all members.

Public Member Functions

 ArrayInputStream (const void *data, int size, int block_size=-1)
 ~ArrayInputStream ()
bool Next (const void **data, int *size)
void BackUp (int count)
bool Skip (int count)
int64 ByteCount () const

Constructor & Destructor Documentation

google::protobuf::io::ArrayInputStream::ArrayInputStream ( const void *  data,
int  size,
int  block_size = -1 
)

Member Function Documentation

void google::protobuf::io::ArrayInputStream::BackUp ( int  count) [virtual]
bool google::protobuf::io::ArrayInputStream::Next ( const void **  data,
int *  size 
) [virtual]
bool google::protobuf::io::ArrayInputStream::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