ServerKey
: HashMap<ServerKey, ServerEntry*> {
ServerKey key(context, server);
ServerKey key(context, server);
ServerKey()
ServerKey(const char* context, const char* server)
ServerKey(const ServerKey& other)
ServerKey& operator=(const ServerKey& other)
bool operator==(const ServerKey& other) const
bool operator!=(const ServerKey& other) const
class ServerKey;