CppWAMP
C++11 client library for the WAMP protocol
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  cppwamp
  coro
 corosession.hppBackward compatilibity header: use Session with completion tokens instead
 corounpacker.hpp
  internal
 asioconnector.hpp
 asioendpoint.hpp
 asiolistener.hpp
 asiotransport.hpp
 base64.hpp
 callee.hpp
 caller.hpp
 callertimeout.hpp
 challengee.hpp
 client.hpp
 clientinterface.hpp
 endian.hpp
 integersequence.hpp
 jsonencoding.hpp
 messagetraits.hpp
 passkey.hpp
 peer.hpp
 rawsockconnector.hpp
 rawsockhandshake.hpp
 rawsockheader.hpp
 socketoptions.hpp
 subscriber.hpp
 tcpacceptor.hpp
 tcpopener.hpp
 udsacceptor.hpp
 udsopener.hpp
 variantdecoding.hpp
 variantencoding.hpp
 varianttraits.hpp
 variantvisitors.hpp
 wampmessage.hpp
  types
 array.hppProvides facilities allowing Variant to interoperate with std::array
 boostoptional.hppProvides facilities allowing Variant to interoperate with boost::optional
 optional.hppProvides facilities allowing Variant to interoperate with std::optional
 set.hppProvides facilities allowing Variant to interoperate with std::set
 tuple.hppProvides facilities allowing Variant to interoperate with std::tuple
 unorderedmap.hppProvides facilities allowing Variant to interoperate with std::unordered_map
 unorderedset.hppProvides facilities allowing Variant to interoperate with std::unordered_set
 anyhandler.hppContains facilities for type-erasing asynchronous handlers
 api.hppDefines macros related to exporting/importing APIs
 asiodefs.hppCommon type definitions used by transports that rely on Boost.Asio
 asyncresult.hppBackward compatibility header: use <cppwamp/erroror.hpp> instead
 blob.hppContains the declaration of Variant and other closely related types/functions
 cbor.hppContains the CBOR codec
 chits.hppContains lightweight tokens representing pending requests
 codec.hppContains essential definitions for wamp::Variant codecs
 config.hpp
 connector.hppContains the declaration of the Connector abstract base class
 conversion.hpp(Deprecated) Backward compatibility header. This header file is deprecated but retained for backward compatibility. Variant conversion facilities are now in variant.hpp
 conversionaccess.hppContains the ConversionAccess class
 corosession.hppConvenience header which includes <cppwamp/coro/corosession.hpp>
 corounpacker.hppContains utilities for unpacking positional arguments passed to event slots and call slots that spawn coroutines
 error.hppContains facilities for reporting and describing errors
 erroror.hppContains the ErrorOr template class
 json.hppContains the JSON codec
 messagebuffer.hppContains the MessageBuffer definition
 msgpack.hppContains the Msgpack codec
 null.hppContains the declaration of Null, one of the bound types used by Variant
 options.hppContains the declaration of the Options class
 payload.hppContains the declaration of Payload, which bundles together Variant arguments
 peerdata.hppContains declarations for data structures exchanged between WAMP peers
 rawsockoptions.hppContains common option definitions for raw socket transports
 registration.hppContains the declaration of the Registration class
 session.hppContains the asynchronous session API used by a client peer in WAMP applications
 sessiondata.hpp
 subscription.hppContains the declaration of the Subscription class
 tcp.hppContains facilities for creating TCP transport connectors
 tcphost.hppContains facilities for specifying TCP transport parameters and options
 traits.hppContains general-purpose type traits
 uds.hppContains facilities for creating Unix domain socket transport connectors
 udspath.hppContains facilities for specifying Unix domain socket transport parameters and options
 unpacker.hppContains utilities for unpacking positional arguments passed to event slots and call slots
 variant.hppContains the declaration of Variant and other closely related types/functions
 variantdefs.hppContains fundamental type definitions related to Variant
 version.hppContains version information on the CppWAMP library
 visitor.hppContains facilities for applying static visitors to Variant objects
 wampdefs.hppContains type definitions related to WAMP IDs and sessions