|
KiCad PCB EDA Suite
|
#include <kicommon.h>#include <kiid.h>#include <math/vector2d.h>#include <math/box2.h>#include <wx/string.h>#include <map>#include <set>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | KICAD_DIFF::ITEM_DESCRIPTOR |
| Descriptor used by the identity reconciler to compare items across two documents. More... | |
| struct | KICAD_DIFF::RECONCILIATION |
| Maps every item in document A to either a peer in document B or to "only-in-A", and vice versa. More... | |
| class | KICAD_DIFF::IDENTITY_RECONCILER |
| Reconciles item identity across two snapshots of the same document. More... | |
| struct | KICAD_DIFF::IDENTITY_RECONCILER::CONFIG |
Namespaces | |
| namespace | KICAD_DIFF |