Linked pointer for address lists.
More...
#include <socket.h>
template<>
class ucommon::linked_pointer< sockaddr_struct >
Linked pointer for address lists.
This can be used to iterate through the list of a Socket::address object using the linked_pointer method.
- Author
- David Sugar dyfet.nosp@m.@gnu.nosp@m.telep.nosp@m.hony.nosp@m..org
Definition at line 1871 of file socket.h.
Test if the address list is valid.
- Returns
- true if we have an address list.
Definition at line 1924 of file socket.h.
Get the full socket address list by casted reference.
- Returns
- addrinfo list we resolved or NULL if none.
Definition at line 1890 of file socket.h.
Test if we have no address list.
- Returns
- true if we have no address list.
Definition at line 1967 of file socket.h.
Return the full socket address list by pointer reference.
- Returns
- addrinfo list we resolved or NULL if none.
Definition at line 1897 of file socket.h.
Return member from typed object our pointer references.
- Returns
- evaluated member of object we point to.
Definition at line 1960 of file socket.h.
Assign our pointer from an address list.
- Parameters
-
Definition at line 1931 of file socket.h.
Assign our pointer from an address list.
- Parameters
-
Definition at line 1938 of file socket.h.
Assign our pointer from an address list.
- Parameters
-
Definition at line 1945 of file socket.h.
Assign our pointer from an address list.
- Parameters
-
Definition at line 1952 of file socket.h.
The documentation for this class was generated from the following file: