CppWAMP
C++11 client library for the WAMP protocol
|
Cwamp::AnyReusableHandler< TSignature > | Type-erases a multi-shot, copyable callback handler |
Cwamp::AnyReusableHandler< Outcome(Interruption)> | |
Cwamp::AnyReusableHandler< Outcome(Invocation)> | |
Cwamp::AnyReusableHandler< State > | |
Cwamp::AnyReusableHandler< std::string > | |
Cwamp::AnyReusableHandler< void(Event)> | |
Cwamp::AnyReusableHandler< wamp::Challenge > | |
Cwamp::BasicCborDecoder< I, C > | CBOR decoder |
Cwamp::BasicCborDecoder< I, StreamInputCategory > | CBOR decoder specialization for stream inputs |
Cwamp::BasicCborEncoder< O, C > | CBOR encoder |
Cwamp::BasicCborEncoder< O, StreamOutputCategory > | CBOR encoder specialization for streams |
Cwamp::BasicJsonDecoder< I, C > | JSON decoder |
Cwamp::BasicJsonDecoder< I, StreamInputCategory > | JSON decoder specialization for stream inputs |
Cwamp::BasicJsonEncoder< O, C > | JSON encoder |
Cwamp::BasicMsgpackDecoder< I, C > | Decoder specialization for Msgpack |
Cwamp::BasicMsgpackDecoder< I, StreamInputCategory > | Decoder specialization for Msgpack and stream inputs |
Cwamp::BasicMsgpackEncoder< O, C > | Msgpack encoder |
Cwamp::BasicMsgpackEncoder< O, StreamOutputCategory > | Msgpack encoder specialization for streams |
Cwamp::Blob | Contains binary data as an array of bytes |
Cwamp::ByteArrayInputCategory | Input category for contiguous byte arrays which provide data and size member functions |
Cwamp::ByteContainerOutputCategory | Output category for containers of bytes which provide push_back and insert member functions |
Cwamp::CallChit | Lightweight token representing a call request |
Cwamp::Cbor | CBOR format tag type |
Cwamp::Connector | Abstract base class for establishing client transport endpoints |
Cwamp::ConversionAccess | Helper class used to gain access to private conversion member functions |
Cwamp::CoroEventUnpacker< TSlot, TArgs > | Wrapper around an event coroutine slot which automatically unpacks positional payload arguments |
Cwamp::CoroInvocationUnpacker< TSlot, TArgs > | Wrapper around a call coroutine slot which automatically unpacks positional payload arguments |
Cwamp::Deferment | Tag type that can be passed to wamp::Outcome to construct a deferred outcome |
►Cstd::error_category | STL class |
Cwamp::ErrorOr< T > | Minimalistic implementation of std::expected<T, std::error_code> |
Cwamp::EventUnpacker< TSlot, TArgs > | Wrapper around an event slot which automatically unpacks positional payload arguments |
►Cstd::exception | STL class |
Cwamp::FromVariantConverter | Wrapper around a source Variant, used for conversions |
Cwamp::InputCategory< I, Enabled > | Traits class that determines the category type that best matches the given input type |
Cwamp::InvocationUnpacker< TSlot, TArgs > | Wrapper around a call slot which automatically unpacks positional payload arguments |
Cwamp::Json | JSON format tag type |
Cwamp::KnownCodecIds | IDs used by rawsocket transports to negotiate the serializer |
Cwamp::Msgpack | Msgpack format tag type |
Cwamp::Null | Type used to represent a null or empty Variant value |
►Cwamp::Options< TDerived, TMessage > | Wrapper around a WAMP message containing an options dictionary |
►Cwamp::Options< Abort, internal::AbortMessage > | |
►Cwamp::Options< Authentication, internal::AuthenticateMessage > | |
►Cwamp::Options< CallCancellation, internal::CancelMessage > | |
►Cwamp::Options< Challenge, internal::ChallengeMessage > | |
►Cwamp::Options< Error, internal::ErrorMessage > | |
►Cwamp::Options< Event, internal::EventMessage > | |
►Cwamp::Options< Interruption, internal::InterruptMessage > | |
►Cwamp::Options< Invocation, internal::InvocationMessage > | |
►Cwamp::Options< Procedure, internal::RegisterMessage > | |
►Cwamp::Options< Pub, internal::PublishMessage > | |
►Cwamp::Options< Realm, internal::HelloMessage > | |
►Cwamp::Options< Reason, internal::GoodbyeMessage > | |
►Cwamp::Options< Result, internal::ResultMessage > | |
►Cwamp::Options< Rpc, internal::CallMessage > | |
►Cwamp::Options< SessionInfo, internal::WelcomeMessage > | |
►Cwamp::Options< Topic, internal::SubscribeMessage > | |
Cwamp::Outcome | Contains the outcome of an RPC invocation |
Cwamp::OutputCategory< O, Enabled > | Traits class that determines the category type that best matches the given output type |
►Cwamp::Registration | Represents a remote procedure registration |
►Cwamp::Session | Session API used by a client peer in WAMP applications |
Cwamp::SimpleCoroEventUnpacker< TSlot, TArgs > | Wrapper around an event slot which automatically unpacks positional payload arguments |
Cwamp::SimpleCoroInvocationUnpacker< TSlot, TResult, TArgs > | Wrapper around a call slot which automatically unpacks positional payload arguments |
Cwamp::SimpleEventUnpacker< TSlot, TArgs > | Wrapper around an event slot which automatically unpacks positional payload arguments |
Cwamp::SimpleInvocationUnpacker< TSlot, TResult, TArgs > | Wrapper around a call slot which automatically unpacks positional payload arguments |
Cwamp::StreamInputCategory | Input category for input streams of bytes |
Cwamp::StreamOutputCategory | Output category for output streams of bytes |
►Cwamp::Subscription | Represents a pub/sub event subscription |
►Cstd::system_error | STL class |
Cwamp::TcpHost | Contains TCP host address information, as well as other socket options |
Cwamp::TcpOptions | Contains options for the TCP transport |
Cwamp::ThreadSafe | Tag type used to specify than an operation is to be dispatched via the called objects's execution strand |
Cwamp::ToVariantConverter | Wrapper around a destination Variant, used for conversions |
Cwamp::UdsOptions | Contains options for the UNIX domain socket transport |
Cwamp::UdsPath | Contains a Unix domain socket path, as well as other socket options |
Cwamp::Unexpected< E > | Minimalistic implementation of std::unexpected<std::error_code> |
Cwamp::UnknownInputCategory | Type used to indicate input category detection failed |
Cwamp::UnknownOutputCategory | Type used to indicate output category detection failed |
Cwamp::Variant | Discriminated union container that represents a JSON value |
Cwamp::Version | Bundles the major, minor, and patch version numbers |
Cwamp::Visitor< TResult > | Convenience base class used to meet the result type requirements of a StaticVisitor |
Cwamp::Visitor< bool > | |
Cwamp::Visitor< String > | |
Cwamp::Visitor< Variant::SizeType > | |
Cwamp::Visitor<> |