7#ifndef KOMPAREDIFF2_STRINGLISTPAIR_H
8#define KOMPAREDIFF2_STRINGLISTPAIR_H
25 bool equal(
unsigned int firstIndex,
unsigned int secondIndex)
const;
26 unsigned int lengthFirst()
const;
27 unsigned int lengthSecond()
const;
28 MarkerList markerListFirst()
const;
29 MarkerList markerListSecond()
const;
30 void prependFirst(Marker *marker);
31 void prependSecond(Marker *marker);
32 bool needFineGrainedOutput(
unsigned int difference)
const;
34 const static bool allowReplace =
false;
39 const unsigned int m_lengthFirst;
40 const unsigned int m_lengthSecond;
41 std::vector<unsigned int> m_hashesFirst;
42 std::vector<unsigned int> m_hashesSecond;
43 MarkerList m_markersFirst;
44 MarkerList m_markersSecond;
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:13:14 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.