KDECore
KNetwork::KSocketDeviceFactory< Impl > Class Template Reference
#include <k3socketdevice.h>
Inheritance diagram for KNetwork::KSocketDeviceFactory< Impl >:

Detailed Description
template<class Impl>
class KNetwork::KSocketDeviceFactory< Impl >
This class provides functionality for creating and registering socket implementations.
Definition at line 400 of file k3socketdevice.h.
Public Member Functions | |
virtual KSocketDevice * | create (KSocketBase *parent) const |
KSocketDeviceFactory () | |
virtual | ~KSocketDeviceFactory () |
Constructor & Destructor Documentation
template<class Impl>
KNetwork::KSocketDeviceFactory< Impl >::KSocketDeviceFactory | ( | ) | [inline] |
Definition at line 403 of file k3socketdevice.h.
template<class Impl>
virtual KNetwork::KSocketDeviceFactory< Impl >::~KSocketDeviceFactory | ( | ) | [inline, virtual] |
Definition at line 404 of file k3socketdevice.h.
Member Function Documentation
template<class Impl>
virtual KSocketDevice* KNetwork::KSocketDeviceFactory< Impl >::create | ( | KSocketBase * | parent | ) | const [inline, virtual] |
Create the socket implementation.
- Parameters:
-
parent Parent socket for this implementation
- Todo:
- Who owns the parent afterwards?
Implements KNetwork::KSocketDeviceFactoryBase.
Definition at line 410 of file k3socketdevice.h.
The documentation for this class was generated from the following file: