|
Babel
1
The voip software that only works on your local network
|
| CBootScreen | Manages and displays boot screens |
| ▼Cstd::exception | |
| CCustomExceptions::ConnectionFailed | Exception class for failed connection attempts |
| CCustomExceptions::FileNotFound | Exception class for missing files |
| CCustomExceptions::HelpFound | Exception class for the help flag. This is not an error |
| CCustomExceptions::InvalidChoice | Exception class for invalid operations |
| CCustomExceptions::InvalidDuration | Exception class for invalid durations |
| CCustomExceptions::InvalidIp | Exception class for invalid IP addresses |
| CCustomExceptions::InvalidNumber | Exception class for invalid durations |
| CCustomExceptions::InvalidOperation | Exception class for invalid operations |
| CCustomExceptions::InvalidPort | Exception class for invalid port numbers |
| CCustomExceptions::InvalidTOML | Exception class for invalid TOML files |
| CCustomExceptions::InvalidTOMLKeyType | Exception class for invalid TOML key types |
| CCustomExceptions::InvalidType | Exception class for invalid types in std::any |
| CCustomExceptions::InvalidUsername | Exception class for invalid usernames |
| CCustomExceptions::NoActiveNetwork | Exception class for missing active network managers |
| CCustomExceptions::NoAddressManager | Exception class for missing address managers |
| CCustomExceptions::NoAudioPacket | Exception class for missing audio packets |
| CCustomExceptions::NoAudioStream | Exception class for missing audio streams |
| CCustomExceptions::NoCompressedAudio | Exception class for missing compressed audio data |
| CCustomExceptions::NoFlagParameter | Exception class for missing flag parameters |
| CCustomExceptions::NoNetworkClass | Exception class for missing network class instances |
| CCustomExceptions::NoTOML | Exception class for missing TOML files |
| CCustomExceptions::NoTOMLKey | Exception class for missing TOML keys |
| CCustomExceptions::ThreadFound | Exception class for the thread termination. This is not an error |
| CCustomExceptions::UnknownArgument | Exception class for unknown arguments |
| CCustomExceptions::VersionFound | Exception class for the version flag. This is not an error |
| CLogging::Log | A singleton class that provides thread-safe logging capabilities with timestamps, active only when logging and debug outputs only when debugging and logging is enabled |
| CCompressor::Manager | Class responsible for managing audio compression and decompression |
| CCompressor::Packet | Structure representing a packet of compressed audio data |
| CPortAudio | Class for handling audio playback and recording using PortAudio |
| CAudio::Sample | Structure representing an audio sample |
| CNetwork::TCP | A class for handling TCP network communication |
| CControls::ThreadCapsule | Manages a thread for user controls |
| CNetwork::UDP | A class for handling UDP network communication |
| CControls::UserControls | Manages user input and control states |