VLC 4.0.0-dev
Loading...
Searching...
No Matches
vlc_diffutil_remove Struct Reference

The data positioned at oldModel[ y ] is removed at position index in the current model. More...

#include <vlc_diffutil.h>

Data Fields

uint32_t x
 data position in the old model
 
uint32_t y
 data position in the new model
 
uint32_t index
 removal position in the updated model
 

Detailed Description

The data positioned at oldModel[ y ] is removed at position index in the current model.

model = "abCdefg"
oldModel[4] = 'C'
after operation remove(x=4, index = 2), model will be
model = "abdefg"
uint32_t index
removal position in the updated model
Definition vlc_diffutil.h:119
uint32_t x
data position in the old model
Definition vlc_diffutil.h:115

Field Documentation

◆ index

uint32_t vlc_diffutil_remove::index

removal position in the updated model

Referenced by vlc_diffutil_gather_move_changes().

◆ x

uint32_t vlc_diffutil_remove::x

data position in the old model

Referenced by buildResultRemove(), and vlc_diffutil_gather_move_changes().

◆ y

uint32_t vlc_diffutil_remove::y

data position in the new model


The documentation for this struct was generated from the following file: