Public Member Functions | Private Member Functions | List of all members
google::protobuf::io::ZeroCopyOutputStream Class Referenceabstract

#include <zero_copy_stream.h>

Inheritance diagram for google::protobuf::io::ZeroCopyOutputStream:
Inheritance graph
[legend]

Public Member Functions

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

Private Member Functions

 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (ZeroCopyOutputStream)
 

Detailed Description

Definition at line 183 of file zero_copy_stream.h.

Constructor & Destructor Documentation

◆ ZeroCopyOutputStream()

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

Definition at line 185 of file zero_copy_stream.h.

◆ ~ZeroCopyOutputStream()

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

Definition at line 186 of file zero_copy_stream.h.

Member Function Documentation

◆ AllowsAliasing()

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

Definition at line 239 of file zero_copy_stream.h.

◆ BackUp()

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

◆ ByteCount()

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

◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS()

google::protobuf::io::ZeroCopyOutputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS ( ZeroCopyOutputStream  )
private

◆ 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

Definition at line 45 of file zero_copy_stream.cc.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:10