| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
#include "qgsvectorlayereditbuffer.h"#include "qgsgeometry.h"#include "qgslogger.h"#include "qgsvectorlayerundocommand.h"#include "qgsvectordataprovider.h"#include "qgsvectorlayer.h"#include "qgsvectorlayerutils.h"#include "qgsmessagelog.h"
Go to the source code of this file.
| Functions | |
| template<class Key , class T > | |
| void | mapToReversedLists (const QMap< Key, T > &map, QList< Key > &ks, QList< T > &vs) | 
| populate two lists (ks, vs) from map - in reverse order  More... | |
| void mapToReversedLists | ( | const QMap< Key, T > & | map, | 
| QList< Key > & | ks, | ||
| QList< T > & | vs | ||
| ) | 
populate two lists (ks, vs) from map - in reverse order
Definition at line 27 of file qgsvectorlayereditbuffer.cpp.