![]() |
|
Detailed information about a namespace edit. More...
#include <namespaceEdit.h>
Public Types | |
| enum | Result { Error , Unbatched , Okay } |
| Validity of an edit. More... | |
Public Member Functions | |
| SDF_API | SdfNamespaceEditDetail (Result, const SdfNamespaceEdit &edit, const std::string &reason) |
| SDF_API bool | operator== (const SdfNamespaceEditDetail &rhs) const |
| SDF_API bool | operator!= (const SdfNamespaceEditDetail &rhs) const |
Public Attributes | |
| Result | result |
| Validity. | |
| SdfNamespaceEdit | edit |
| The edit. | |
| std::string | reason |
| The reason the edit will not succeed cleanly. | |
Detailed information about a namespace edit.
Definition at line 115 of file namespaceEdit.h.
| enum Result |
Validity of an edit.
| Enumerator | |
|---|---|
| Error | Edit will fail. |
| Unbatched | Edit will succeed but not batched. |
| Okay | Edit will succeed as a batch. |
Definition at line 118 of file namespaceEdit.h.
| SdfNamespaceEdit edit |
The edit.
Definition at line 133 of file namespaceEdit.h.
| std::string reason |
The reason the edit will not succeed cleanly.
Definition at line 134 of file namespaceEdit.h.
| Result result |
Validity.
Definition at line 132 of file namespaceEdit.h.