#include <sys/types.h>
#include <netdb.h>
#include <sys/socket.h>
#include <loki/SmartPtr.h>
Go to the source code of this file.
Classes | |
class | SocketAddress |
An abstract class describing the address of any type of socket. More... | |
Typedefs | |
typedef Loki::SmartPtr < SocketAddress, Loki::RefCountedMTAdj < Loki::ObjectLevelLockable > ::RefCountedMT > | SocketAddressP |
The SmartPtr wrapper around objects of SocketAddress and subclasses. |