- Test:
- Demonstration/Concept: apply a "tree diff" to reshape structured data.
Definition at line 101 of file diff-tree-application-simple-test.cpp.
|
void | demo_one () |
|
void | demo_two () |
|
virtual void | run (Arg) |
|
MutationMessage | someDiff () |
| a change represented symbolically as »diff sequence«. More...
|
|
| DiffStep_CTOR (ins) |
|
| DiffStep_CTOR (del) |
|
| DiffStep_CTOR (pick) |
|
| DiffStep_CTOR (find) |
|
| DiffStep_CTOR (skip) |
|
| DiffStep_CTOR (after) |
|
| DiffStep_CTOR (set) |
|
| DiffStep_CTOR (mut) |
|
| DiffStep_CTOR (emu) |
|
◆ someDiff()
a change represented symbolically as »diff sequence«.
This is a sequence of verbs to describe what should be done in order to mutate the target data. This example can be read as
- first accept an existing element "a" as-is
- after that insert a new element "d" into the sequence
- next delete an existing element "b" from the sequence
- and finally accept an existing element "c" into the result
Definition at line 123 of file diff-tree-application-simple-test.cpp.
◆ demo_one()
◆ demo_two()
The documentation for this class was generated from the following file: