CFx SDK Documentation 2024 SP0
|
#include <TfRevisionControl.h>
Classes | |
struct | Conflict |
Public Types | |
typedef OdArray< Conflict > | Conflicts |
Public Member Functions | |
Conflicts const & | conflicts () const |
Conflicts & | conflicts () |
OdTfRevisionControl::MergeResolution | operator() (const OdDbHandle &h, OdTfRevisionControl::ChangeType myChange, OdTfRevisionControl::ChangeType theirChange, OdTfRevisionControl::MergeResolution autoResolution) override |
virtual OdTfRevisionControl::MergeResolution | operator() (const OdDbHandle &h, OdTfRevisionControl::ChangeType myChange, OdTfRevisionControl::ChangeType theirChange, OdTfRevisionControl::MergeResolution autoResolution)=0 |
OdTfMergeConflictHandler implementation collecting all conflicts for resolving after the merge() operation finished.
Definition at line 357 of file TfRevisionControl.h.
Definition at line 369 of file TfRevisionControl.h.
|
inline |
Definition at line 372 of file TfRevisionControl.h.
|
inline |
Definition at line 371 of file TfRevisionControl.h.
|
inlineoverridevirtual |
Implements OdTfMergeHandler.
Definition at line 374 of file TfRevisionControl.h.