#include <PendingChange.hxx>
Inheritance diagram for PendingChange:

Public Member Functions | |
| SERIALIZABLE_DECLS (PendingChange) | |
| PendingChange (GCPtr< Repository > r, MutName branchName, uint64_t nRevs, GCPtr< Change > chg) | |
| void | RecomputeStatus (GCPtr< StrSet > names) |
| void | ReportStatus (GCPtr< StrSet > names) |
| void | InsertEntity (GCPtr< WsEntity >) |
| GCPtr< WsEntity > | FindEntity (std::string name) |
| void | RemoveEntity (GCPtr< WsEntity >) |
| bool | mergeFromX (GCPtr< Repository > r, GCPtr< Change > other) |
| void | addNote (std::string) |
| std::string | buildDescription () |
Public Attributes | |
| std::string | reposURI |
| MutName | branchName |
| std::string | creator |
| uint64_t | nRevisions |
| TrueName | mergedChange |
| bool | isPartialMerge |
| GCPtr< ObSet > | entSet |
| std::string | notes |
| GCPtr< Buffer > | filterSet |
| GCPtr< Change > | change |
| GCPtr< TnVec > | entNames |
Definition at line 51 of file PendingChange.hxx.
|
||||||||||||||||||||
|
Definition at line 56 of file PendingChange.cxx. References branchName, change, creator, entNames, entSet, filterSet, nRevisions, TrueName::Null, reposURI, and GCPtr< T >::upcast(). |
|
|
|
|
|
|
|
|
Definition at line 145 of file PendingChange.cxx. |
|
|
Definition at line 139 of file PendingChange.cxx. |
|
||||||||||||
|
|
|
|
Definition at line 316 of file PendingChange.cxx. References entSet. |
|
|
Definition at line 164 of file PendingChange.cxx. |
|
|
Definition at line 329 of file PendingChange.cxx. References entSet, opt_Verbosity, and report(). |
|
|
|
|
|
Definition at line 59 of file PendingChange.hxx. Referenced by PendingChange(). |
|
|
Definition at line 80 of file PendingChange.hxx. Referenced by PendingChange(). |
|
|
Definition at line 62 of file PendingChange.hxx. Referenced by PendingChange(). |
|
|
Definition at line 83 of file PendingChange.hxx. Referenced by PendingChange(). |
|
|
Definition at line 73 of file PendingChange.hxx. Referenced by PendingChange(), RecomputeStatus(), and ReportStatus(). |
|
|
Definition at line 77 of file PendingChange.hxx. Referenced by PendingChange(). |
|
|
Definition at line 71 of file PendingChange.hxx. |
|
|
Definition at line 70 of file PendingChange.hxx. |
|
|
Definition at line 75 of file PendingChange.hxx. |
|
|
Definition at line 66 of file PendingChange.hxx. Referenced by PendingChange(). |
|
|
Definition at line 56 of file PendingChange.hxx. Referenced by PendingChange(). |
1.4.6