Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
google::protobuf::io::IstreamInputStream Class Reference

#include <zero_copy_stream_impl.h>

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

Classes

class  CopyingIstreamInputStream
 

Public Member Functions

void BackUp (int count) override
 
int64 ByteCount () const override
 
 IstreamInputStream (std::istream *stream, int block_size=-1)
 
bool Next (const void **data, int *size) override
 
bool Skip (int count) override
 
- Public Member Functions inherited from google::protobuf::io::ZeroCopyInputStream
 ZeroCopyInputStream ()
 
virtual ~ZeroCopyInputStream ()
 

Private Member Functions

 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (IstreamInputStream)
 

Private Attributes

CopyingIstreamInputStream copying_input_
 
CopyingInputStreamAdaptor impl_
 

Detailed Description

Definition at line 215 of file zero_copy_stream_impl.h.

Constructor & Destructor Documentation

◆ IstreamInputStream()

google::protobuf::io::IstreamInputStream::IstreamInputStream ( std::istream *  stream,
int  block_size = -1 
)
explicit

Definition at line 252 of file zero_copy_stream_impl.cc.

Member Function Documentation

◆ BackUp()

void google::protobuf::io::IstreamInputStream::BackUp ( int  count)
overridevirtual

◆ ByteCount()

int64 google::protobuf::io::IstreamInputStream::ByteCount ( ) const
overridevirtual

◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS()

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

◆ Next()

bool google::protobuf::io::IstreamInputStream::Next ( const void **  data,
int *  size 
)
overridevirtual

◆ Skip()

bool google::protobuf::io::IstreamInputStream::Skip ( int  count)
overridevirtual

Member Data Documentation

◆ copying_input_

CopyingIstreamInputStream google::protobuf::io::IstreamInputStream::copying_input_
private

Definition at line 246 of file zero_copy_stream_impl.h.

◆ impl_

CopyingInputStreamAdaptor google::protobuf::io::IstreamInputStream::impl_
private

Definition at line 247 of file zero_copy_stream_impl.h.


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


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