libabigail
|
The abstration of an insertion of elements of a sequence B into a sequence A. This is used to represent the edit script for transforming a sequence A into a sequence B. More...
#include <abg-diff-utils.h>
Public Member Functions | |
insertion (int insertion_point, const vector< unsigned > &inserted_indexes) | |
insertion (int insertion_point=0) | |
vector< unsigned > & | inserted_indexes () |
const vector< unsigned > & | inserted_indexes () const |
int | insertion_point_index () const |
void | insertion_point_index (int i) |
The abstration of an insertion of elements of a sequence B into a sequence A. This is used to represent the edit script for transforming a sequence A into a sequence B.
And insertion mainly encapsulates two components:
Definition at line 564 of file abg-diff-utils.h.
Definition at line 571 of file abg-diff-utils.h.
|
inline |
Definition at line 577 of file abg-diff-utils.h.
|
inline |
Definition at line 594 of file abg-diff-utils.h.
|
inline |
Definition at line 590 of file abg-diff-utils.h.
|
inline |
Definition at line 582 of file abg-diff-utils.h.
|
inline |
Definition at line 586 of file abg-diff-utils.h.