|
ROOT
Reference Guide |
|
Go to the documentation of this file.
12 #ifndef ROOT_TInetAddress
13 #define ROOT_TInetAddress
32 namespace std { using ::vector; }
High level handler of connections to XProofD.
void AddAddress(UInt_t addr)
Add alternative address to list of addresses.
const char * GetHostName() const
TInetAddress & operator=(const TInetAddress &rhs)
TInetAddress assignment operator.
Abstract base class defining a generic interface to the underlying Operating System.
UChar_t * GetAddressBytes() const
Returns the raw IP address in host byte order.
UInt_t GetAddress() const
const AddressList_t & GetAddresses() const
TInetAddress()
Default ctor. Used in case of unknown host. Not a valid address.
std::vector< TString > AliasList_t
void Print(Option_t *option="") const
Print internet address as string.
This class defines a UUID (Universally Unique IDentifier), also known as GUIDs (Globally Unique IDent...
void AddAlias(const char *alias)
Add alias to list of aliases.
Mother of all ROOT objects.
#define ClassDef(name, id)
std::vector< UInt_t > AddressList_t
const AliasList_t & GetAliases() const
This class represents an Internet Protocol (IP) address.
const char * GetHostAddress() const
Returns the IP address string "%d.%d.%d.%d".