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 |
Public Member Functions inherited from KNetwork::KSocketDeviceFactoryBase | |
KSocketDeviceFactoryBase () | |
virtual | ~KSocketDeviceFactoryBase () |
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 >
|
inline |
Definition at line 404 of file k3socketdevice.h.
template<class Impl >
|
inlinevirtual |
Definition at line 405 of file k3socketdevice.h.
Member Function Documentation
template<class Impl >
|
inlinevirtual |
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.