12 #ifndef ROOT_TInetAddress 13 #define ROOT_TInetAddress 32 namespace std { using ::vector; }
59 void AddAddress(
UInt_t addr);
60 void AddAlias(
const char *alias);
69 UChar_t *GetAddressBytes()
const;
70 const char *GetHostAddress()
const;
71 const char *
GetHostName()
const {
return (
const char *) fHostname; }
75 const AliasList_t &
GetAliases()
const {
return fAliases; }
79 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)
Binding & operator=(OUT(*fun)(void))
Mother of all ROOT objects.
const AliasList_t & GetAliases() const
Abstract base class defining a generic interface to the underlying Operating System.