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... | |
Reader for Fast Binary protocol.
bond::FastBinaryReader< BufferT >::FastBinaryReader | ( | typename boost::call_traits< Buffer >::param_type | buffer | ) |
Construct from input buffer/stream containing serialized data.
bond::FastBinaryReader< BufferT >::FastBinaryReader | ( | const FastBinaryReader< BufferT > & | that | ) |
Copy constructor.
boost::call_traits< Buffer >::reference bond::FastBinaryReader< BufferT >::GetBuffer | ( | ) |
Access to underlying buffer.
boost::call_traits< Buffer >::const_reference bond::FastBinaryReader< BufferT >::GetBuffer | ( | ) | const |
Access to underlying buffer.
bool bond::FastBinaryReader< BufferT >::operator== | ( | const FastBinaryReader< BufferT > & | rhs | ) | const |
Comparison operator.