Public Member Functions | Private Member Functions | Private Attributes | List of all members
google::protobuf::io::FileInputStream::CopyingFileInputStream Class Reference
Inheritance diagram for google::protobuf::io::FileInputStream::CopyingFileInputStream:
Inheritance graph
[legend]

Public Member Functions

bool Close ()
 
 CopyingFileInputStream (int file_descriptor)
 
int GetErrno () const
 
int Read (void *buffer, int size) override
 
void SetCloseOnDelete (bool value)
 
int Skip (int count) override
 
 ~CopyingFileInputStream () override
 
- Public Member Functions inherited from google::protobuf::io::CopyingInputStream
virtual ~CopyingInputStream ()
 

Private Member Functions

 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (CopyingFileInputStream)
 

Private Attributes

bool close_on_delete_
 
int errno_
 
const int file_
 
bool is_closed_
 
bool previous_seek_failed_
 

Detailed Description

Definition at line 97 of file zero_copy_stream_impl.h.

Constructor & Destructor Documentation

◆ CopyingFileInputStream()

google::protobuf::io::FileInputStream::CopyingFileInputStream::CopyingFileInputStream ( int  file_descriptor)

Definition at line 98 of file zero_copy_stream_impl.cc.

◆ ~CopyingFileInputStream()

google::protobuf::io::FileInputStream::CopyingFileInputStream::~CopyingFileInputStream ( )
override

Definition at line 106 of file zero_copy_stream_impl.cc.

Member Function Documentation

◆ Close()

bool google::protobuf::io::FileInputStream::CopyingFileInputStream::Close ( )

Definition at line 114 of file zero_copy_stream_impl.cc.

◆ GetErrno()

int google::protobuf::io::FileInputStream::CopyingFileInputStream::GetErrno ( ) const
inline

Definition at line 104 of file zero_copy_stream_impl.h.

◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS()

google::protobuf::io::FileInputStream::CopyingFileInputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS ( CopyingFileInputStream  )
private

◆ Read()

int google::protobuf::io::FileInputStream::CopyingFileInputStream::Read ( void buffer,
int  size 
)
overridevirtual

◆ SetCloseOnDelete()

void google::protobuf::io::FileInputStream::CopyingFileInputStream::SetCloseOnDelete ( bool  value)
inline

Definition at line 103 of file zero_copy_stream_impl.h.

◆ Skip()

int google::protobuf::io::FileInputStream::CopyingFileInputStream::Skip ( int  count)
overridevirtual

Reimplemented from google::protobuf::io::CopyingInputStream.

Definition at line 145 of file zero_copy_stream_impl.cc.

Member Data Documentation

◆ close_on_delete_

bool google::protobuf::io::FileInputStream::CopyingFileInputStream::close_on_delete_
private

Definition at line 113 of file zero_copy_stream_impl.h.

◆ errno_

int google::protobuf::io::FileInputStream::CopyingFileInputStream::errno_
private

Definition at line 117 of file zero_copy_stream_impl.h.

◆ file_

const int google::protobuf::io::FileInputStream::CopyingFileInputStream::file_
private

Definition at line 112 of file zero_copy_stream_impl.h.

◆ is_closed_

bool google::protobuf::io::FileInputStream::CopyingFileInputStream::is_closed_
private

Definition at line 114 of file zero_copy_stream_impl.h.

◆ previous_seek_failed_

bool google::protobuf::io::FileInputStream::CopyingFileInputStream::previous_seek_failed_
private

Definition at line 121 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