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