|
Babel
1
The voip software that only works on your local network
|
Data Structures | |
| class | ThreadCapsule |
| Manages a thread for user controls. More... | |
| class | UserControls |
| Manages user input and control states. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const ThreadCapsule &network) |
| Overloads the stream insertion operator for ThreadCapsule. | |
| std::ostream & | operator<< (std::ostream &os, const UserControls &network) |
| Overloads the stream insertion operator for UserControls. | |
| std::ostream & Controls::operator<< | ( | std::ostream & | os, |
| const ThreadCapsule & | network ) |
Overloads the stream insertion operator for ThreadCapsule.
| os | The output stream. |
| network | The ThreadCapsule instance. |
Definition at line 298 of file ThreadCapsule.cpp.
| std::ostream & Controls::operator<< | ( | std::ostream & | os, |
| const UserControls & | network ) |
Overloads the stream insertion operator for UserControls.
| os | The output stream. |
| network | The UserControls instance. |
Definition at line 404 of file UserControls.cpp.