|
Sen API
Sen Libraries
|
A list of objects and a reference to its source (to keep it alive). More...
#include <subscription.h>
Public Member Functions | |
| Subscription (Subscription &&other) noexcept | |
| Subscription & | operator= (Subscription &&other) noexcept |
| Subscription ()=default | |
| ~Subscription () | |
Public Attributes | |
| ObjectList< T > | list |
| std::shared_ptr< ObjectSource > | source |
A list of objects and a reference to its source (to keep it alive).
|
default |
| ObjectList<T> sen::Subscription< T >::list |
| std::shared_ptr<ObjectSource> sen::Subscription< T >::source |