TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
google::protobuf::io::FileOutputStream::CopyingFileOutputStream Class Reference

Public Member Functions

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

Private Member Functions

 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (CopyingFileOutputStream)
 

Private Attributes

const int file_
 
bool close_on_delete_
 
bool is_closed_
 
int errno_
 

Constructor & Destructor Documentation

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

Member Function Documentation

bool google::protobuf::io::FileOutputStream::CopyingFileOutputStream::Close ( )
int google::protobuf::io::FileOutputStream::CopyingFileOutputStream::GetErrno ( )
inline
186 { return errno_; }
int errno_
Definition: zero_copy_stream_impl.h:198
google::protobuf::io::FileOutputStream::CopyingFileOutputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS ( CopyingFileOutputStream  )
private
void google::protobuf::io::FileOutputStream::CopyingFileOutputStream::SetCloseOnDelete ( bool  value)
inline
185 { close_on_delete_ = value; }
bool close_on_delete_
Definition: zero_copy_stream_impl.h:194
const FieldDescriptor value
Definition: descriptor.h:1522
bool google::protobuf::io::FileOutputStream::CopyingFileOutputStream::Write ( const void *  buffer,
int  size 
)
virtual

Member Data Documentation

bool google::protobuf::io::FileOutputStream::CopyingFileOutputStream::close_on_delete_
private
int google::protobuf::io::FileOutputStream::CopyingFileOutputStream::errno_
private
const int google::protobuf::io::FileOutputStream::CopyingFileOutputStream::file_
private
bool google::protobuf::io::FileOutputStream::CopyingFileOutputStream::is_closed_
private

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