TInetAddress
class description - source file - inheritance tree
private:
TInetAddress(const char* host, UInt_t addr, Int_t family, Int_t port = -1)
public:
TInetAddress(const TInetAddress& adr)
TInetAddress()
virtual ~TInetAddress()
static TClass* Class()
UInt_t GetAddress() const
UChar_t* GetAddressBytes() const
Int_t GetFamily() const
const char* GetHostAddress() const
const char* GetHostName() const
Int_t GetPort() const
virtual TClass* IsA() const
Bool_t IsValid() const
TInetAddress& operator=(const TInetAddress& rhs)
virtual void Print(Option_t* option) const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
TString fHostname fully qualified hostname
UInt_t fAddress IP address in host byte order
Int_t fFamily address family
Int_t fPort port through which we are connected
Last update: Fri May 14 13:32:39 2004
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.