

Public Member Functions | |
| Iterator () | |
| Iterator (const Iterator &rhs) | |
| Iterator & | operator= (const Iterator &rhs) |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| bool | operator!= (const Iterator &rhs) const |
| bool | operator== (const Iterator &rhs) const |
| virtual short | Family () const |
| Returns the address family of the address. | |
| virtual const sockaddr & | AsSockAddr () const |
| Returns the address as a reference to a sockaddr structure. | |
| virtual int | Size () const |
| Returns the size of the sockaddr structure required to store the address. | |
| virtual IAddressRef * | GetAddressRef () const |
| Returns a reference counted view on this address, be sure to call Release() on the IAdressRef when you're done with it. | |
Friends | |
| class | CAddressInfo |
| Iterator | ( | ) |
| CAddressInfo::Iterator & operator= | ( | const Iterator & | rhs | ) |
| CAddressInfo::Iterator & operator++ | ( | ) |
| CAddressInfo::Iterator operator++ | ( | int | ) |
| short Family | ( | ) | const [virtual] |
| const sockaddr & AsSockAddr | ( | ) | const [virtual] |
| int Size | ( | ) | const [virtual] |
| IAddressRef * GetAddressRef | ( | ) | const [virtual] |
Returns a reference counted view on this address, be sure to call Release() on the IAdressRef when you're done with it.
Implements IAddress.
friend class CAddressInfo [friend] |
1.5.3