|
Babel
1
The voip software that only works on your local network
|
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"

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. | |
This file contains the definition of the ThreadCapsule class, which manages a thread for user controls.
Definition in file ThreadCapsule.hpp.