![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
#include "lib/diff/list-diff.hpp"
Definition at line 76 of file list-diff.hpp.
Public Types | |
| using | Interpreter = ListDiffInterpreter< E > |
Public Types inherited from DiffLanguage< ListDiffInterpreter< E >, E > | |
| using | DiffVerb = VerbToken< ListDiffInterpreter< E >, void(E const &)> |
| using | DiffToken = std::tuple< DiffVerb, E > |
| using | Interpreter = ListDiffInterpreter< E > |
Public Member Functions | |
| DiffStep_CTOR (ins) | |
| DiffStep_CTOR (del) | |
| DiffStep_CTOR (pick) | |
| DiffStep_CTOR (find) | |
| DiffStep_CTOR (skip) | |
Additional Inherited Members | |
Static Public Attributes inherited from DiffLanguage< ListDiffInterpreter< E >, E > | |
| static const DiffStep | NIL |
| fixed "invalid" marker token | |
| using Interpreter = ListDiffInterpreter<E> |
Definition at line 79 of file list-diff.hpp.
| DiffStep_CTOR | ( | ins | ) |
| DiffStep_CTOR | ( | del | ) |
| DiffStep_CTOR | ( | pick | ) |
| DiffStep_CTOR | ( | find | ) |
| DiffStep_CTOR | ( | skip | ) |
Inheritance diagram for ListDiffLanguage< E >:
Collaboration diagram for ListDiffLanguage< E >: