Hazelcast C++ Client
 All Classes Functions Variables Enumerations Pages
Public Member Functions | List of all members
hazelcast::client::Address Class Reference

IP Address. More...

#include <Address.h>

Public Member Functions

 Address ()
 Constructor.
 
 Address (const std::string &url, int port)
 Constructor.
 
bool operator== (const Address &address) const
 comparison operator More...
 
int getPort () const
 
const std::string & getHost () const
 

Detailed Description

IP Address.

Member Function Documentation

const std::string & hazelcast::client::Address::getHost ( ) const
Returns
host address as string
int hazelcast::client::Address::getPort ( ) const
Returns
port number.
bool hazelcast::client::Address::operator== ( const Address address) const

comparison operator

Parameters
addressto be compared.

The documentation for this class was generated from the following files: