| 
    QGIS API Documentation
    3.12.1-BucureČ™ti (121cc00ff0)
    
   | 
 

Go to the source code of this file.
Functions | |
| QDataStream & | operator<< (QDataStream &out, const QgsFields &fields) | 
| Writes the fields to stream out. QGIS version compatibility is not guaranteed.  More... | |
| QDataStream & | operator>> (QDataStream &in, QgsFields &fields) | 
| Reads fields from stream in into fields. QGIS version compatibility is not guaranteed.  More... | |
| QDataStream& operator<< | ( | QDataStream & | out, | 
| const QgsFields & | fields | ||
| ) | 
Writes the fields to stream out. QGIS version compatibility is not guaranteed.
Definition at line 367 of file qgsfields.cpp.
| QDataStream& operator>> | ( | QDataStream & | in, | 
| QgsFields & | fields | ||
| ) | 
Reads fields from stream in into fields. QGIS version compatibility is not guaranteed.
Definition at line 377 of file qgsfields.cpp.
 1.8.13