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

#include <zero_copy_stream_impl.h>

Classes

class  CopyingOstreamOutputStream
 

Public Member Functions

 OstreamOutputStream (ostream *stream, int block_size=-1)
 
 ~OstreamOutputStream ()
 
bool Next (void **data, int *size)
 
void BackUp (int count)
 
int64 ByteCount () const
 
- Public Member Functions inherited from google::protobuf::io::ZeroCopyOutputStream
 ZeroCopyOutputStream ()
 
virtual ~ZeroCopyOutputStream ()
 
virtual bool WriteAliasedRaw (const void *data, int size)
 
virtual bool AllowsAliasing () const
 

Private Member Functions

 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (OstreamOutputStream)
 

Private Attributes

CopyingOstreamOutputStream copying_output_
 
CopyingOutputStreamAdaptor impl_
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

CopyingOstreamOutputStream google::protobuf::io::OstreamOutputStream::copying_output_
private
CopyingOutputStreamAdaptor google::protobuf::io::OstreamOutputStream::impl_
private

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