MetaImGUI 1.0.0
ImGui Application Template for C++20
Loading...
Searching...
No Matches
Signal.h File Reference
#include <cstddef>
#include <functional>
#include <memory>
#include <unordered_map>
#include <utility>
#include <vector>
Include dependency graph for Signal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MetaImGUI::Connection
 RAII handle that owns a single subscription to a Signal. More...
 
class  MetaImGUI::Signal< Args >
 A single-threaded multicast event source. More...
 

Namespaces

namespace  MetaImGUI