QGIS API Documentation
3.0.2-Girona (307d082)
|
#include <QCoreApplication>
#include <QMap>
#include <QMutex>
#include <QSemaphore>
#include <QStack>
#include <QTime>
#include <QTimer>
#include <QThread>
Go to the source code of this file.
Classes | |
struct | QgsConnectionPoolGroup< T >::Item |
class | QgsConnectionPool< T, T_Group > |
Template class responsible for keeping a pool of open connections. More... | |
class | QgsConnectionPoolGroup< T > |
Template that stores data related to one server. More... | |
Macros | |
#define | CONN_POOL_EXPIRATION_TIME 60 |
#define | CONN_POOL_MAX_CONCURRENT_CONNS 4 |
#define | SIP_NO_FILE |
#define CONN_POOL_EXPIRATION_TIME 60 |
Definition at line 32 of file qgsconnectionpool.h.
#define CONN_POOL_MAX_CONCURRENT_CONNS 4 |
Definition at line 31 of file qgsconnectionpool.h.
#define SIP_NO_FILE |
Definition at line 19 of file qgsconnectionpool.h.