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

Public Member Functions

 CopyingOstreamOutputStream (ostream *output)
 
 ~CopyingOstreamOutputStream ()
 
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 (CopyingOstreamOutputStream)
 

Private Attributes

ostream * output_
 

Constructor & Destructor Documentation

google::protobuf::io::OstreamOutputStream::CopyingOstreamOutputStream::CopyingOstreamOutputStream ( ostream *  output)
google::protobuf::io::OstreamOutputStream::CopyingOstreamOutputStream::~CopyingOstreamOutputStream ( )

Member Function Documentation

google::protobuf::io::OstreamOutputStream::CopyingOstreamOutputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS ( CopyingOstreamOutputStream  )
private
bool google::protobuf::io::OstreamOutputStream::CopyingOstreamOutputStream::Write ( const void *  buffer,
int  size 
)
virtual

Member Data Documentation

ostream* google::protobuf::io::OstreamOutputStream::CopyingOstreamOutputStream::output_
private

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