OTest2
A C++ testing framework
|
Go to the documentation of this file.
19 #ifndef OTest2__LIB_DIFFLOGREVERSE_H_
20 #define OTest2__LIB_DIFFLOGREVERSE_H_
virtual void addMatch(int left_index_, int right_index_)
Add match of characters in both sequences.
virtual void addDelete(int right_index_)
Add deleted item from the right sequence.
virtual void addChange(int left_index_, int right_index_)
Add change of both sequences.
Generic interface of the log builder.
DiffLogBuilderReverse(DiffLogBuilder *next_)
Ctor.
virtual void addInsert(int left_index_)
Add inserted item to the left sequence.
virtual ~DiffLogBuilderReverse()
Dtor.
Simple decorator - inversion of operations.
DiffLogBuilderReverse & operator=(const DiffLogBuilderReverse &)=delete