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

Reader for Fast Binary protocol. More...

Public Member Functions

 FastBinaryReader (typename boost::call_traits< Buffer >::param_type buffer)
 Construct from input buffer/stream containing serialized data. More...
 
 FastBinaryReader (const FastBinaryReader &that) BOND_NOEXCEPT
 Copy constructor. More...
 
bool operator== (const FastBinaryReader &rhs) const
 Comparison operator. More...
 
boost::call_traits< Buffer >::const_reference GetBuffer () const
 Access to underlying buffer. More...
 
boost::call_traits< Buffer >::reference GetBuffer ()
 Access to underlying buffer. More...
 

Detailed Description

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

Reader for Fast Binary protocol.

Constructor & Destructor Documentation

◆ FastBinaryReader() [1/2]

template<typename BufferT >
bond::FastBinaryReader< BufferT >::FastBinaryReader ( typename boost::call_traits< Buffer >::param_type  buffer)

Construct from input buffer/stream containing serialized data.

◆ FastBinaryReader() [2/2]

template<typename BufferT >
bond::FastBinaryReader< BufferT >::FastBinaryReader ( const FastBinaryReader< BufferT > &  that)

Copy constructor.

Member Function Documentation

◆ GetBuffer() [1/2]

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

Access to underlying buffer.

◆ GetBuffer() [2/2]

template<typename BufferT >
boost::call_traits< Buffer >::const_reference bond::FastBinaryReader< BufferT >::GetBuffer ( ) const

Access to underlying buffer.

◆ operator==()

template<typename BufferT >
bool bond::FastBinaryReader< BufferT >::operator== ( const FastBinaryReader< BufferT > &  rhs) const

Comparison operator.