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

#include <zero_copy_stream_impl.h>

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

Classes

class  CopyingFileOutputStream
 

Public Member Functions

void BackUp (int count) override
 
int64 ByteCount () const override
 
bool Close ()
 
 FileOutputStream (int file_descriptor, int block_size=-1)
 
bool Flush ()
 
int GetErrno () const
 
bool Next (void **data, int *size) override
 
void SetCloseOnDelete (bool value)
 
 ~FileOutputStream () override
 
- Public Member Functions inherited from google::protobuf::io::ZeroCopyOutputStream
virtual bool AllowsAliasing () const
 
virtual bool WriteAliasedRaw (const void *data, int size)
 
 ZeroCopyOutputStream ()
 
virtual ~ZeroCopyOutputStream ()
 

Private Member Functions

 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (FileOutputStream)
 

Private Attributes

CopyingFileOutputStream copying_output_
 
CopyingOutputStreamAdaptor impl_
 

Detailed Description

Definition at line 141 of file zero_copy_stream_impl.h.

Constructor & Destructor Documentation

◆ FileOutputStream()

google::protobuf::io::FileOutputStream::FileOutputStream ( int  file_descriptor,
int  block_size = -1 
)
explicit

Definition at line 165 of file zero_copy_stream_impl.cc.

◆ ~FileOutputStream()

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

Definition at line 168 of file zero_copy_stream_impl.cc.

Member Function Documentation

◆ BackUp()

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

◆ ByteCount()

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

◆ Close()

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

Definition at line 170 of file zero_copy_stream_impl.cc.

◆ Flush()

bool google::protobuf::io::FileOutputStream::Flush ( )

Definition at line 175 of file zero_copy_stream_impl.cc.

◆ GetErrno()

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

Definition at line 171 of file zero_copy_stream_impl.h.

◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS()

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

◆ Next()

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

◆ SetCloseOnDelete()

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

Definition at line 165 of file zero_copy_stream_impl.h.

Member Data Documentation

◆ copying_output_

CopyingFileOutputStream google::protobuf::io::FileOutputStream::copying_output_
private

Definition at line 203 of file zero_copy_stream_impl.h.

◆ impl_

CopyingOutputStreamAdaptor google::protobuf::io::FileOutputStream::impl_
private

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