![]() |
Deskflow 1.24.0.365
Keyboard and mouse sharing utility
|
Classes | |
| class | Config |
| Server configuration. More... | |
| class | ConfigReadContext |
| Configuration read context. More... | |
| class | ServerConfigReadException |
| Configuration stream read exception. More... | |
Functions | |
| std::istream & | operator>> (std::istream &s, Config &config) |
| std::ostream & | operator<< (std::ostream &s, const Config &config) |
Variables | |
| const auto | kSynergyProtocolOption = "synergy" |
| const auto | kBarrierProtocolOption = "barrier" |
| std::ostream & deskflow::server::operator<< | ( | std::ostream & | s, |
| const Config & | config ) |
Writes a configuration to a stream.
| std::istream & deskflow::server::operator>> | ( | std::istream & | s, |
| Config & | config ) |
Reads a configuration from a stream. Throws ServerConfigReadException on error.
| const auto deskflow::server::kBarrierProtocolOption = "barrier" |
| const auto deskflow::server::kSynergyProtocolOption = "synergy" |