CppWAMP
C++11 client library for the WAMP protocol
subscription.hpp File Reference

Contains the declaration of the Subscription class. More...

#include <memory>
#include <string>
#include "api.hpp"
#include "erroror.hpp"
#include "wampdefs.hpp"
#include "./internal/passkey.hpp"
#include "internal/subscription.ipp"

Go to the source code of this file.

Classes

class  wamp::Subscription
 Represents a pub/sub event subscription. More...
 
class  wamp::ScopedSubscription
 Limits a Subscription's lifetime to a particular scope. More...
 

Namespaces

 wamp
 

Detailed Description

Contains the declaration of the Subscription class.