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

#include <zero_copy_stream.h>

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

Public Member Functions

virtual void BackUp (int count)=0
 
virtual int64 ByteCount () const =0
 
virtual bool Next (const void **data, int *size)=0
 
virtual bool Skip (int count)=0
 
 ZeroCopyInputStream ()
 
virtual ~ZeroCopyInputStream ()
 

Private Member Functions

 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (ZeroCopyInputStream)
 

Detailed Description

Definition at line 126 of file zero_copy_stream.h.

Constructor & Destructor Documentation

◆ ZeroCopyInputStream()

google::protobuf::io::ZeroCopyInputStream::ZeroCopyInputStream ( )
inline

Definition at line 128 of file zero_copy_stream.h.

◆ ~ZeroCopyInputStream()

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

Definition at line 129 of file zero_copy_stream.h.

Member Function Documentation

◆ BackUp()

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

◆ ByteCount()

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

◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS()

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

◆ Next()

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

◆ Skip()

virtual bool google::protobuf::io::ZeroCopyInputStream::Skip ( int  count)
pure virtual

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


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