| QGIS API Documentation
    3.22.4-Białowieża (ce8e65e95e)
    | 
#include "qgsfeature.h"#include "qgsfeature_p.h"#include "qgsfields.h"#include "qgsgeometry.h"#include "qgsrectangle.h"#include "qgsfield_p.h"#include "qgsfields_p.h"#include "qgsmessagelog.h"#include "qgslogger.h"#include <QDataStream>
Go to the source code of this file.
| Functions | |
| QDataStream & | operator<< (QDataStream &out, const QgsFeature &feature) | 
| Writes the feature to stream out. QGIS version compatibility is not guaranteed.  More... | |
| QDataStream & | operator>> (QDataStream &in, QgsFeature &feature) | 
| Reads a feature from stream in into feature. QGIS version compatibility is not guaranteed.  More... | |
| uint | qHash (const QgsFeature &key, uint seed) | 
| QDataStream& operator<< | ( | QDataStream & | out, | 
| const QgsFeature & | feature | ||
| ) | 
Writes the feature to stream out. QGIS version compatibility is not guaranteed.
Definition at line 398 of file qgsfeature.cpp.
| QDataStream& operator>> | ( | QDataStream & | in, | 
| QgsFeature & | feature | ||
| ) | 
Reads a feature from stream in into feature. QGIS version compatibility is not guaranteed.
Definition at line 415 of file qgsfeature.cpp.
| uint qHash | ( | const QgsFeature & | key, | 
| uint | seed | ||
| ) | 
Definition at line 429 of file qgsfeature.cpp.