Config for merging two bases. More...
Public Member Functions | |
Basis | first () const |
Returns the logical first bases of the merge. More... | |
MergeConfig ()=default | |
Default ctor. More... | |
MergeConfig (Basis fir, Basis sec, bool sw) | |
Standard ctor. More... | |
Basis | second () const |
Returns the logical second bases of the merge. More... | |
Public Attributes | |
bool | switch_bases |
Returns true if the bases were switched originally. More... | |
Private Attributes | |
Basis | _first |
Stored first basis. More... | |
Basis | _second |
Stored second basis. More... | |
Config for merging two bases.