Public Member Functions | Private Member Functions | List of all members
google::protobuf::strings::ByteSource Class Referenceabstract

#include <bytestream.h>

Inheritance diagram for google::protobuf::strings::ByteSource:
Inheritance graph
[legend]

Public Member Functions

virtual size_t Available () const =0
 
 ByteSource ()
 
virtual void CopyTo (ByteSink *sink, size_t n)
 
virtual StringPiece Peek ()=0
 
virtual void Skip (size_t n)=0
 
virtual ~ByteSource ()
 

Private Member Functions

 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (ByteSource)
 

Detailed Description

Definition at line 107 of file bytestream.h.

Constructor & Destructor Documentation

◆ ByteSource()

google::protobuf::strings::ByteSource::ByteSource ( )
inline

Definition at line 109 of file bytestream.h.

◆ ~ByteSource()

virtual google::protobuf::strings::ByteSource::~ByteSource ( )
inlinevirtual

Definition at line 110 of file bytestream.h.

Member Function Documentation

◆ Available()

virtual size_t google::protobuf::strings::ByteSource::Available ( ) const
pure virtual

◆ CopyTo()

void google::protobuf::strings::ByteSource::CopyTo ( ByteSink sink,
size_t  n 
)
virtual

Reimplemented in google::protobuf::strings::LimitByteSource.

Definition at line 42 of file bytestream.cc.

◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS()

google::protobuf::strings::ByteSource::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS ( ByteSource  )
private

◆ Peek()

virtual StringPiece google::protobuf::strings::ByteSource::Peek ( )
pure virtual

◆ Skip()

virtual void google::protobuf::strings::ByteSource::Skip ( size_t  n)
pure virtual

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


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