Lines Matching refs:OGRLayerWithTransaction

39 class OGRLayerWithTransaction: public OGRLayerDecorator  class
49 OGRLayerWithTransaction(OGRDataSourceWithTransaction* poDS,
51 ~OGRLayerWithTransaction();
82 std::map<CPLString, OGRLayerWithTransaction* > m_oMapLayers;
83 std::set<OGRLayerWithTransaction*> m_oSetLayers;
187 std::set<OGRLayerWithTransaction*>::iterator oIter = m_oSetLayers.begin(); in ~OGRDataSourceWithTransaction()
207 OGRLayerWithTransaction* poWrappedLayer = new OGRLayerWithTransaction(this,poLayer); in WrapLayer()
218 std::set<OGRLayerWithTransaction*>::iterator oIter = m_oSetLayers.begin(); in RemapLayers()
221 OGRLayerWithTransaction* poWrappedLayer = *oIter; in RemapLayers()
268 std::map<CPLString, OGRLayerWithTransaction*>::iterator oIter = m_oMapLayers.find(osName); in DeleteLayer()
464 OGRLayerWithTransaction::OGRLayerWithTransaction( in OGRLayerWithTransaction() function in OGRLayerWithTransaction
472 OGRLayerWithTransaction::~OGRLayerWithTransaction() in ~OGRLayerWithTransaction()
478 OGRFeatureDefn *OGRLayerWithTransaction::GetLayerDefn() in GetLayerDefn()
498 OGRErr OGRLayerWithTransaction::CreateField( OGRFieldDefn *poField, in CreateField()
511 OGRErr OGRLayerWithTransaction::CreateGeomField( OGRGeomFieldDefn *poField, in CreateGeomField()
524 OGRErr OGRLayerWithTransaction::DeleteField( int iField ) in DeleteField()
533 OGRErr OGRLayerWithTransaction::ReorderFields( int* panMap ) in ReorderFields()
542 OGRErr OGRLayerWithTransaction::AlterFieldDefn( int iField, in AlterFieldDefn()
563 OGRFeature * OGRLayerWithTransaction::GetNextFeature() in GetNextFeature()
576 OGRFeature * OGRLayerWithTransaction::GetFeature( GIntBig nFID ) in GetFeature()
589 OGRErr OGRLayerWithTransaction::ISetFeature( OGRFeature *poFeature ) in ISetFeature()
600 OGRErr OGRLayerWithTransaction::ICreateFeature( OGRFeature *poFeature ) in ICreateFeature()