Babel  1
The voip software that only works on your local network
Loading...
Searching...
No Matches
ThreadCapsule.hpp File Reference

This file contains the definition of the ThreadCapsule class, which manages a thread for user controls. More...

#include <thread>
#include <atomic>
#include <chrono>
#include <iostream>
#include "CustomExceptions.hpp"
#include "Controls/UserControls.hpp"
Include dependency graph for ThreadCapsule.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Controls::ThreadCapsule
 Manages a thread for user controls. More...
 

Namespaces

namespace  Controls
 

Functions

std::ostream & Controls::operator<< (std::ostream &os, const ThreadCapsule &network)
 Overloads the stream insertion operator for ThreadCapsule.
 

Detailed Description

This file contains the definition of the ThreadCapsule class, which manages a thread for user controls.

Definition in file ThreadCapsule.hpp.