CppWAMP
C++11 client library for the WAMP protocol
wamp::BasicMsgpackDecoder< I, C > Class Template Reference

Decoder specialization for Msgpack. More...

#include <cppwamp/msgpack.hpp>

Public Member Functions

 BasicMsgpackDecoder ()
 Default constructor.
 
 ~BasicMsgpackDecoder ()
 Destructor.
 
std::error_code decode (const Input &input, Variant &variant)
 Deserializes from the given input to the given variant.
 

Detailed Description

template<typename I, typename C = InputCategoryTypeOf<I>>
class wamp::BasicMsgpackDecoder< I, C >

Decoder specialization for Msgpack.

This class uses jsoncons to deserialize Msgpack payloads into Variant instances.

Meets the requirements of the CodecDecoder concept.

Template Parameters
IThe input type from which to decode.
CThe input category type (deduced).

The documentation for this class was generated from the following files: