KDECore
KNetwork::KSocketDeviceFactory< Impl > Class Template Reference
This class provides functionality for creating and registering socket implementations. More...
#include <k3socketdevice.h>
Inheritance diagram for KNetwork::KSocketDeviceFactory< Impl >:

Public Member Functions | |
virtual KSocketDevice * | create (KSocketBase *parent) const |
KSocketDeviceFactory () | |
virtual | ~KSocketDeviceFactory () |
Detailed Description
template<class Impl>
class KNetwork::KSocketDeviceFactory< Impl >
This class provides functionality for creating and registering socket implementations.
Definition at line 401 of file k3socketdevice.h.
Constructor & Destructor Documentation
template<class Impl >
KNetwork::KSocketDeviceFactory< Impl >::KSocketDeviceFactory | ( | ) | [inline] |
Definition at line 404 of file k3socketdevice.h.
template<class Impl >
virtual KNetwork::KSocketDeviceFactory< Impl >::~KSocketDeviceFactory | ( | ) | [inline, virtual] |
Definition at line 405 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 411 of file k3socketdevice.h.
The documentation for this class was generated from the following file: