Bond
 
All Classes Namespaces Files Functions Variables Typedefs Friends Pages
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.
 
 FastBinaryReader (const FastBinaryReader &that) BOND_NOEXCEPT
 Copy constructor.
 
bool operator== (const FastBinaryReader &rhs) const
 Comparison operator.
 
boost::call_traits< Buffer >::const_reference GetBuffer () const
 Access to underlying buffer.
 
boost::call_traits< Buffer >::reference GetBuffer ()
 Access to underlying buffer.
 

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.