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

Public Member Functions | |
| KSocketDeviceFactory () | |
| virtual | ~KSocketDeviceFactory () |
| virtual KSocketDevice * | create (KSocketBase *parent) const |
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.
@param 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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:49:43 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:49:43 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.