TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
google::protobuf::io::IstreamInputStream Class Reference

#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
 
- Public Member Functions inherited from google::protobuf::io::ZeroCopyInputStream
 ZeroCopyInputStream ()
 
virtual ~ZeroCopyInputStream ()
 

Private Member Functions

 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (IstreamInputStream)
 

Private Attributes

CopyingIstreamInputStream copying_input_
 
CopyingInputStreamAdaptor impl_
 

Constructor & Destructor Documentation

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

Member Function Documentation

void google::protobuf::io::IstreamInputStream::BackUp ( int  count)
virtual
int64 google::protobuf::io::IstreamInputStream::ByteCount ( ) const
virtual
google::protobuf::io::IstreamInputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS ( IstreamInputStream  )
private
bool google::protobuf::io::IstreamInputStream::Next ( const void **  data,
int *  size 
)
virtual
bool google::protobuf::io::IstreamInputStream::Skip ( int  count)
virtual

Member Data Documentation

CopyingIstreamInputStream google::protobuf::io::IstreamInputStream::copying_input_
private
CopyingInputStreamAdaptor google::protobuf::io::IstreamInputStream::impl_
private

The documentation for this class was generated from the following file: