webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | List of all members
google::protobuf::io::StringOutputStream Class Reference

#include <zero_copy_stream_impl_lite.h>

Inheritance diagram for google::protobuf::io::StringOutputStream:
google::protobuf::io::ZeroCopyOutputStream google::protobuf::io::LazyStringOutputStream

Public Member Functions

 StringOutputStream (string *target)
 
 ~StringOutputStream ()
 
bool Next (void **data, int *size)
 
void BackUp (int count)
 
int64 ByteCount () const
 
- Public Member Functions inherited from google::protobuf::io::ZeroCopyOutputStream
 ZeroCopyOutputStream ()
 
virtual ~ZeroCopyOutputStream ()
 
virtual bool WriteAliasedRaw (const void *data, int size)
 
virtual bool AllowsAliasing () const
 

Protected Member Functions

void SetString (string *target)
 

Constructor & Destructor Documentation

◆ StringOutputStream()

google::protobuf::io::StringOutputStream::StringOutputStream ( string target)
explicit

◆ ~StringOutputStream()

google::protobuf::io::StringOutputStream::~StringOutputStream ( )

Member Function Documentation

◆ BackUp()

void google::protobuf::io::StringOutputStream::BackUp ( int  count)
virtual

◆ ByteCount()

int64 google::protobuf::io::StringOutputStream::ByteCount ( ) const
virtual

◆ Next()

bool google::protobuf::io::StringOutputStream::Next ( void **  data,
int *  size 
)
virtual

◆ SetString()

void google::protobuf::io::StringOutputStream::SetString ( string target)
protected

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