libabigail
Public Member Functions | List of all members
deletion Class Reference

The abstraction of the deletion of one element of a sequence A. More...

#include <abg-diff-utils.h>

Public Member Functions

 deletion (int i)
 
int index () const
 
void index (int i)
 

Detailed Description

The abstraction of the deletion of one element of a sequence A.

This encapsulates the index of the element A that got deleted.

Definition at line 601 of file abg-diff-utils.h.

Constructor & Destructor Documentation

◆ deletion()

deletion ( int  i)
inline

Definition at line 607 of file abg-diff-utils.h.

Member Function Documentation

◆ index() [1/2]

int index ( ) const
inline

Definition at line 612 of file abg-diff-utils.h.

◆ index() [2/2]

void index ( int  i)
inline

Definition at line 616 of file abg-diff-utils.h.


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