mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -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.py 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.py again *
|
|
************************************************************************/
|