12 #ifndef ROOT_TInetAddress 13 #define ROOT_TInetAddress 36 namespace std { using ::vector; }
63 void AddAddress(
UInt_t addr);
64 void AddAlias(
const char *alias);
73 UChar_t *GetAddressBytes()
const;
74 const char *GetHostAddress()
const;
75 const char *
GetHostName()
const {
return (
const char *) fHostname; }
79 const AliasList_t &
GetAliases()
const {
return fAliases; }
83 static const char *GetHostAddress(
UInt_t addr);
const char * GetHostName() const
This class represents an Internet Protocol (IP) address.
This class defines a UUID (Universally Unique IDentifier), also known as GUIDs (Globally Unique IDent...
#define ClassDef(name, id)
std::vector< UInt_t > AddressList_t
const AddressList_t & GetAddresses() const
std::vector< TString > AliasList_t
UInt_t GetAddress() const
High level handler of connections to XProofD.
void Print(std::ostream &os, const OptionType &opt)
TSocket & operator=(const TSocket &)
Mother of all ROOT objects.
const AliasList_t & GetAliases() const
Abstract base class defining a generic interface to the underlying Operating System.