|
MorphologicalAttributeFilters
Public API documentation
|
Move-only evidence that the current edit revision satisfies the generic topology invariants. More...
#include <TreeEditor.hpp>
Public Member Functions | |
| IncrementalProof (const IncrementalProof &)=delete | |
| Disables copy construction. | |
| IncrementalProof & | operator= (const IncrementalProof &)=delete |
| Disables copy assignment. | |
| IncrementalProof (IncrementalProof &&other) noexcept | |
Transfers proof ownership and invalidates other. | |
| IncrementalProof & | operator= (IncrementalProof &&)=delete |
| Disables move assignment. | |
| bool | usedCompleteValidation () const noexcept |
| Returns whether this proof was established by complete validation. | |
Friends | |
| class | TreeEditor |
Move-only evidence that the current edit revision satisfies the generic topology invariants.
Definition at line 37 of file TreeEditor.hpp.
|
inlinenoexcept |
Transfers proof ownership and invalidates other.
| other | Object to compare with or transfer from. |
Definition at line 74 of file TreeEditor.hpp.
|
inlinenoexcept |
Returns whether this proof was established by complete validation.
Definition at line 90 of file TreeEditor.hpp.
|
friend |
Definition at line 38 of file TreeEditor.hpp.