libabigail
|
The abstraction of an edit script for transforming a sequence A into a sequence B. More...
#include <abg-diff-utils.h>
Public Member Functions | |
void | append (const edit_script &es) |
void | clear () |
vector< deletion > & | deletions () |
const vector< deletion > & | deletions () const |
vector< insertion > & | insertions () |
const vector< insertion > & | insertions () const |
bool | is_empty () const |
int | length () const |
int | num_deletions () const |
int | num_insertions () const |
operator bool () const | |
void | prepend (const edit_script &es) |
The abstraction of an edit script for transforming a sequence A into a sequence B.
It encapsulates the insertions and deletions for transforming A into B.
Definition at line 625 of file abg-diff-utils.h.
|
inline |
Definition at line 632 of file abg-diff-utils.h.
|
inline |
Definition at line 652 of file abg-diff-utils.h.
|
inline |
Definition at line 674 of file abg-diff-utils.h.
|
inline |
Definition at line 648 of file abg-diff-utils.h.
|
inline |
Definition at line 644 of file abg-diff-utils.h.
|
inline |
Definition at line 640 of file abg-diff-utils.h.
|
inline |
Definition at line 636 of file abg-diff-utils.h.
|
inline |
Definition at line 681 of file abg-diff-utils.h.
|
inline |
Definition at line 703 of file abg-diff-utils.h.
|
inline |
Definition at line 699 of file abg-diff-utils.h.
|
inline |
Definition at line 688 of file abg-diff-utils.h.
|
inline |
Definition at line 684 of file abg-diff-utils.h.
|
inline |
Definition at line 663 of file abg-diff-utils.h.