MillicastSDK 2.0.0
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
event_handling.h File Reference
#include "millicast-sdk/exports.h"
#include <functional>
#include <memory>
Include dependency graph for event_handling.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  millicast::EventConnection
 

Namespaces

namespace  millicast
 

Typedefs

template<typename... EventTypes>
using millicast::EventHandler = std::function< void(const EventTypes &...)>
 
using millicast::EventConnectionPtr = std::unique_ptr< EventConnection >