mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
37 lines
1.4 KiB
Plaintext
37 lines
1.4 KiB
Plaintext
|
/************************************************************************
|
||
|
* This file has been generated automatically from *
|
||
|
* *
|
||
|
* src/core/qgstestutils.h *
|
||
|
* *
|
||
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||
|
************************************************************************/
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
%ModuleHeaderCode
|
||
|
#include "qgstestutils.h"
|
||
|
%End
|
||
|
|
||
|
|
||
|
namespace QgsTestUtils
|
||
|
{
|
||
|
|
||
|
bool testProviderIteratorThreadSafety( QgsVectorDataProvider *provider, const QgsFeatureRequest &request = QgsFeatureRequest() );
|
||
|
%Docstring
|
||
|
Runs a thready safety test on iterators from a vector data ``provider``, by concurrently
|
||
|
requesting features from the provider.
|
||
|
|
||
|
This method returns true... or it segfaults.
|
||
|
%End
|
||
|
|
||
|
};
|
||
|
|
||
|
/************************************************************************
|
||
|
* This file has been generated automatically from *
|
||
|
* *
|
||
|
* src/core/qgstestutils.h *
|
||
|
* *
|
||
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||
|
************************************************************************/
|