Bond
 
Loading...
Searching...
No Matches
bond::FastBinaryWriter< BufferT > Class Template Reference

Writer for Fast Binary protocol. More...

Inherits boost::noncopyable.

Public Member Functions

 FastBinaryWriter (Buffer &buffer)
 Construct from output buffer/stream. More...
 
boost::call_traits< Buffer >::reference GetBuffer ()
 Access to underlying buffer. More...
 

Detailed Description

template<typename BufferT>
class bond::FastBinaryWriter< BufferT >

Writer for Fast Binary protocol.

Constructor & Destructor Documentation

◆ FastBinaryWriter()

template<typename BufferT >
bond::FastBinaryWriter< BufferT >::FastBinaryWriter ( Buffer &  buffer)

Construct from output buffer/stream.

Member Function Documentation

◆ GetBuffer()

template<typename BufferT >
boost::call_traits< Buffer >::reference bond::FastBinaryWriter< BufferT >::GetBuffer ( )

Access to underlying buffer.