Public Member Functions | |
const std::string & | getHost () const |
const int | getPort () const |
const GIOChannel * | getChannel () const |
const int | getFd () const |
GLibChannel & | operator= (const GLibChannel &) |
~GLibChannel () | |
Friends | |
GLibChannel | GLibUtils::checkout_channel (const std::string &host) |
code::GLibUtils::GLibSocket::~GLibChannel | ( | ) |
const GIOChannel* code::GLibUtils::GLibSocket::getChannel | ( | ) | const [inline] |
const int code::GLibUtils::GLibSocket::getFd | ( | ) | const [inline] |
const std::string& code::GLibUtils::GLibSocket::getHost | ( | ) | const [inline] |
const int code::GLibUtils::GLibSocket::getPort | ( | ) | const [inline] |
GLibChannel& code::GLibUtils::GLibSocket::operator= | ( | const GLibChannel & | ) |
GLibChannel GLibUtils::checkout_channel | ( | const std::string & | host | ) | [friend] |