Babel  1
The voip software that only works on your local network
Loading...
Searching...
No Matches
Controls Namespace Reference

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.
 

Function Documentation

◆ operator<<() [1/2]

std::ostream & Controls::operator<< ( std::ostream & os,
const ThreadCapsule & network )

Overloads the stream insertion operator for ThreadCapsule.

Parameters
osThe output stream.
networkThe ThreadCapsule instance.
Returns
The output stream.

Definition at line 298 of file ThreadCapsule.cpp.

◆ operator<<() [2/2]

std::ostream & Controls::operator<< ( std::ostream & os,
const UserControls & network )

Overloads the stream insertion operator for UserControls.

Parameters
osThe output stream.
networkThe UserControls instance.
Returns
The output stream.

Definition at line 404 of file UserControls.cpp.