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

Public Member Functions

bool Close ()
 
 CopyingFileOutputStream (int file_descriptor)
 
int GetErrno () const
 
void SetCloseOnDelete (bool value)
 
bool Write (const void *buffer, int size) override
 
 ~CopyingFileOutputStream () override
 
- Public Member Functions inherited from google::protobuf::io::CopyingOutputStream
virtual ~CopyingOutputStream ()
 

Private Member Functions

 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (CopyingFileOutputStream)
 

Private Attributes

bool close_on_delete_
 
int errno_
 
const int file_
 
bool is_closed_
 

Detailed Description

Definition at line 179 of file zero_copy_stream_impl.h.

Constructor & Destructor Documentation

◆ CopyingFileOutputStream()

google::protobuf::io::FileOutputStream::CopyingFileOutputStream::CopyingFileOutputStream ( int  file_descriptor)

Definition at line 185 of file zero_copy_stream_impl.cc.

◆ ~CopyingFileOutputStream()

google::protobuf::io::FileOutputStream::CopyingFileOutputStream::~CopyingFileOutputStream ( )
override

Definition at line 192 of file zero_copy_stream_impl.cc.

Member Function Documentation

◆ Close()

bool google::protobuf::io::FileOutputStream::CopyingFileOutputStream::Close ( )

Definition at line 200 of file zero_copy_stream_impl.cc.

◆ GetErrno()

int google::protobuf::io::FileOutputStream::CopyingFileOutputStream::GetErrno ( ) const
inline

Definition at line 186 of file zero_copy_stream_impl.h.

◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS()

google::protobuf::io::FileOutputStream::CopyingFileOutputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS ( CopyingFileOutputStream  )
private

◆ SetCloseOnDelete()

void google::protobuf::io::FileOutputStream::CopyingFileOutputStream::SetCloseOnDelete ( bool  value)
inline

Definition at line 185 of file zero_copy_stream_impl.h.

◆ Write()

bool google::protobuf::io::FileOutputStream::CopyingFileOutputStream::Write ( const void buffer,
int  size 
)
overridevirtual

Member Data Documentation

◆ close_on_delete_

bool google::protobuf::io::FileOutputStream::CopyingFileOutputStream::close_on_delete_
private

Definition at line 194 of file zero_copy_stream_impl.h.

◆ errno_

int google::protobuf::io::FileOutputStream::CopyingFileOutputStream::errno_
private

Definition at line 198 of file zero_copy_stream_impl.h.

◆ file_

const int google::protobuf::io::FileOutputStream::CopyingFileOutputStream::file_
private

Definition at line 193 of file zero_copy_stream_impl.h.

◆ is_closed_

bool google::protobuf::io::FileOutputStream::CopyingFileOutputStream::is_closed_
private

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