|
CppWAMP
C++11 client library for the WAMP protocol
|
CBOR decoder. More...
#include <cppwamp/cbor.hpp>
Public Member Functions | |
| BasicCborDecoder () | |
| Default constructor. | |
| ~BasicCborDecoder () | |
| Destructor. | |
| std::error_code | decode (const Input &input, Variant &variant) |
| Deserializes from the given input to the given variant. | |
CBOR decoder.
This class uses jsoncons to deserialize CBOR payloads into Variant instances.
Meets the requirements of the CodecDecoder concept.
| I | The input type from which to decode. |
| C | The input category type (deduced). |