webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
google::protobuf::io::ZeroCopyOutputStream Class Referenceabstract

#include <zero_copy_stream.h>

Inheritance diagram for google::protobuf::io::ZeroCopyOutputStream:
google::protobuf::compiler::CommandLineInterface::MemoryOutputStream google::protobuf::io::ArrayOutputStream google::protobuf::io::CopyingOutputStreamAdaptor google::protobuf::io::FileOutputStream google::protobuf::io::GzipOutputStream google::protobuf::io::OstreamOutputStream google::protobuf::io::StringOutputStream google::protobuf::io::LazyStringOutputStream

Public Member Functions

 ZeroCopyOutputStream ()
 
virtual ~ZeroCopyOutputStream ()
 
virtual bool Next (void **data, int *size)=0
 
virtual void BackUp (int count)=0
 
virtual int64 ByteCount () const =0
 
virtual bool WriteAliasedRaw (const void *data, int size)
 
virtual bool AllowsAliasing () const
 

Constructor & Destructor Documentation

◆ ZeroCopyOutputStream()

google::protobuf::io::ZeroCopyOutputStream::ZeroCopyOutputStream ( )
inline

◆ ~ZeroCopyOutputStream()

google::protobuf::io::ZeroCopyOutputStream::~ZeroCopyOutputStream ( )
virtual

Member Function Documentation

◆ AllowsAliasing()

virtual bool google::protobuf::io::ZeroCopyOutputStream::AllowsAliasing ( ) const
inlinevirtual

◆ BackUp()

virtual void google::protobuf::io::ZeroCopyOutputStream::BackUp ( int  count)
pure virtual

◆ ByteCount()

virtual int64 google::protobuf::io::ZeroCopyOutputStream::ByteCount ( ) const
pure virtual

◆ Next()

virtual bool google::protobuf::io::ZeroCopyOutputStream::Next ( void **  data,
int *  size 
)
pure virtual

◆ WriteAliasedRaw()

bool google::protobuf::io::ZeroCopyOutputStream::WriteAliasedRaw ( const void data,
int  size 
)
virtual

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