IDA C++ SDK 9.2
Loading...
Searching...
No Matches
lcsdiff_res_part_t< T > Struct Template Reference

difference result, stores vectors' items with action to be applied to construct Y from X More...

#include <diff3.hpp>

Public Member Functions

 lcsdiff_res_part_t (lcsdiff_result_action_t _a)
void append (const T &v, size_t idx)
void reverse ()

Public Attributes

part
 vector's items
x_part
 previous content, only for TDLA_MOD
lcsdiff_result_action_t action
 action for items, lcsdiff_result_action_t

Detailed Description

template<class T>
struct lcsdiff_res_part_t< T >

difference result, stores vectors' items with action to be applied to construct Y from X

result's portion

Constructor & Destructor Documentation

◆ lcsdiff_res_part_t()

Member Function Documentation

◆ append()

template<class T>
void lcsdiff_res_part_t< T >::append ( const T & v,
size_t idx )
inline

◆ reverse()

template<class T>
void lcsdiff_res_part_t< T >::reverse ( )
inline

Member Data Documentation

◆ part

template<class T>
T lcsdiff_res_part_t< T >::part

vector's items

◆ x_part

template<class T>
T lcsdiff_res_part_t< T >::x_part

previous content, only for TDLA_MOD

◆ action

template<class T>
lcsdiff_result_action_t lcsdiff_res_part_t< T >::action

action for items, lcsdiff_result_action_t


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