OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
google::protobuf::io::ZeroCopyOutputStream Class Reference

#include <zero_copy_stream.h>

Inheritance diagram for google::protobuf::io::ZeroCopyOutputStream:
google::protobuf::io::ArrayOutputStream google::protobuf::io::CopyingOutputStreamAdaptor google::protobuf::io::FileOutputStream google::protobuf::io::GzipOutputStream google::protobuf::io::OstreamOutputStream google::protobuf::io::StringOutputStream

List of all members.

Public Member Functions

 ZeroCopyOutputStream ()
virtual ~ZeroCopyOutputStream ()
virtual bool Next (void **data, int *size)=0
virtual void BackUp (int count)=0
virtual int64 ByteCount () const =0

Constructor & Destructor Documentation


Member Function Documentation

virtual void google::protobuf::io::ZeroCopyOutputStream::BackUp ( int  count) [pure virtual]
virtual bool google::protobuf::io::ZeroCopyOutputStream::Next ( void **  data,
int *  size 
) [pure virtual]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines