CFx SDK Documentation 2024 SP0
|
#include <TfRevisionControl.h>
Public Member Functions | |
OdTfCommitInfo (const OdString &author=OdString::kEmpty, const OdString &message=OdString::kEmpty, const OdTimeStamp &date=OdTimeStamp(OdTimeStamp::kInitUniversalTime), OdStreamBuf *arbitraryUserData=0) | |
Public Attributes | |
OdTfDigest | hash |
OdTfDigestArray | parents |
OdTfDigest | revision |
OdTfCommitAnnotation | annotation |
Structure describing a commit relationships in the revision control database.
Definition at line 266 of file TfRevisionControl.h.
|
inline |
Constructor for instances of the OdTfCommitInfo structure.
author | [in] Commit author. |
message | [in] Commit message. |
date | [in] Commit timestamp. |
arbitraryUserData | [in] Arbitrary user data. |
Definition at line 285 of file TfRevisionControl.h.
OdTfCommitAnnotation OdTfCommitInfo::annotation |
Describing a commit in the revision control database.
Definition at line 275 of file TfRevisionControl.h.
OdTfDigest OdTfCommitInfo::hash |
Hash of the commit itself.
Definition at line 269 of file TfRevisionControl.h.
OdTfDigestArray OdTfCommitInfo::parents |
Hash of the parents.
Definition at line 271 of file TfRevisionControl.h.
OdTfDigest OdTfCommitInfo::revision |
Hash of the revision object.
Definition at line 273 of file TfRevisionControl.h.