Reader for Simple Binary protocol. More...
Public Member Functions | |
| SimpleBinaryReader (typename boost::call_traits< Buffer >::param_type input, uint16_t version_value=default_version< SimpleBinaryReader >::value) | |
| Construct from input buffer/stream containing serialized data. | |
| SimpleBinaryReader (const SimpleBinaryReader &that) BOND_NOEXCEPT | |
| Copy constructor. | |
| bool | operator== (const SimpleBinaryReader &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. | |
Reader for Simple Binary protocol.
| bond::SimpleBinaryReader< BufferT, MarshaledBondedProtocolsT >::SimpleBinaryReader | ( | typename boost::call_traits< Buffer >::param_type | input, |
| uint16_t | version_value = default_version<SimpleBinaryReader< BufferT, MarshaledBondedProtocolsT >>::value ) |
Construct from input buffer/stream containing serialized data.
| bond::SimpleBinaryReader< BufferT, MarshaledBondedProtocolsT >::SimpleBinaryReader | ( | const SimpleBinaryReader< BufferT, MarshaledBondedProtocolsT > & | that | ) |
Copy constructor.
| boost::call_traits< Buffer >::reference bond::SimpleBinaryReader< BufferT, MarshaledBondedProtocolsT >::GetBuffer | ( | ) |
Access to underlying buffer.
| boost::call_traits< Buffer >::const_reference bond::SimpleBinaryReader< BufferT, MarshaledBondedProtocolsT >::GetBuffer | ( | ) | const |
Access to underlying buffer.
| bool bond::SimpleBinaryReader< BufferT, MarshaledBondedProtocolsT >::operator== | ( | const SimpleBinaryReader< BufferT, MarshaledBondedProtocolsT > & | rhs | ) | const |
Comparison operator.