Deskflow 1.22.0.197
Keyboard and mouse sharing utility
|
Classes | |
class | Config |
Server configuration. More... | |
class | ConfigReadContext |
Configuration read context. More... | |
class | XConfigRead |
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 XConfigRead on error.
const auto deskflow::server::kBarrierProtocolOption = "barrier" |
const auto deskflow::server::kSynergyProtocolOption = "synergy" |