| 
    QGIS API Documentation
    2.18.21-Las Palmas (9fba24a)
    
   | 
 
#include "qgsfeature.h"#include "qgsfeature_p.h"#include "qgsfield.h"#include "qgsgeometry.h"#include "qgsrectangle.h"#include "qgsmessagelog.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.  More... | |
| QDataStream & | operator>> (QDataStream &in, QgsFeature &feature) | 
| Reads a feature from stream in into feature.  More... | |
| QDataStream& operator<< | ( | QDataStream & | out, | 
| const QgsFeature & | feature | ||
| ) | 
Writes the feature to stream out.
QGIS version compatibility is not guaranteed.
Definition at line 297 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 314 of file qgsfeature.cpp.
 1.8.13