OTest2
A C++ testing framework
|
Go to the documentation of this file.
19 #ifndef OTest2__LIB_DIFFLOGBUILDER_H_
20 #define OTest2__LIB_DIFFLOGBUILDER_H_
56 int right_index_) = 0;
66 int right_index_) = 0;
74 int right_index_) = 0;
virtual ~DiffLogBuilder()
Dtor.
virtual void addMatch(int left_index_, int right_index_)=0
Add match of characters in both sequences.
Generic interface of the log builder.
virtual void addChange(int left_index_, int right_index_)=0
Add change of both sequences.
DiffLogBuilder & operator=(const DiffLogBuilder &)=delete
virtual void addInsert(int left_index_)=0
Add inserted item to the left sequence.
virtual void addDelete(int right_index_)=0
Add deleted item from the right sequence.