conduit 0.6.0
Modern C++23 header-only event-dispatching / event-transport library
Loading...
Searching...
No Matches
Classes | Namespaces
filtered_transport.hpp File Reference

FilteredTransport — wraps any transport with bidirectional publish/deliver predicates. More...

#include <conduit/bus.hpp>
#include <conduit/envelope.hpp>
#include <conduit/transport.hpp>
#include <functional>
#include <memory>
#include <utility>
Include dependency graph for filtered_transport.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  conduit::FilteredTransport
 Wrapper that gates events flowing through an inner transport on both legs. More...
 

Namespaces

namespace  conduit
 

Detailed Description

FilteredTransport — wraps any transport with bidirectional publish/deliver predicates.