Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

InternetHost Class Reference

List of all members.

Public Member Functions

void populate (hostent *he)
bit getHostByName (char[] name)
bit getHostByAddr (uint addr)
bit getHostByAddr (char[] addr)

Public Attributes

char[] name
char[][] aliases
uint[] addrList

Protected Member Functions

void validHostent (hostent *he)

Member Function Documentation

void validHostent hostent *  he  )  [inline, protected]
 

Definition at line 1640 of file Socket.d.

References addrList, aliases, and name.

void populate hostent *  he  )  [inline]
 

Definition at line 1652 of file Socket.d.

bit getHostByName char[]  name  )  [inline]
 

Definition at line 1706 of file Socket.d.

References addrList.

Referenced by Socket::hostAddress(), and InternetAddress::this().

bit getHostByAddr uint  addr  )  [inline]
 

Definition at line 1722 of file Socket.d.

bit getHostByAddr char[]  addr  )  [inline]
 

Definition at line 1740 of file Socket.d.


Member Data Documentation

char [] name
 

Definition at line 1630 of file Socket.d.

Referenced by validHostent().

char [][] aliases
 

Definition at line 1631 of file Socket.d.

Referenced by validHostent().

uint [] addrList
 

Definition at line 1632 of file Socket.d.

Referenced by getHostByName(), Socket::hostAddress(), InternetAddress::this(), and validHostent().


The documentation for this class was generated from the following file:
Generated on Mon Nov 14 10:59:56 2005 for Mango by  doxygen 1.4.0