#include <TfRevisionControl.h>
This structure stores hash codes for commits. 
Definition at line 40 of file TfRevisionControl.h.
 
◆ OdTfDigest()
  
  
      
        
          | OdTfDigest::OdTfDigest  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ isNull()
  
  
      
        
          | bool OdTfDigest::isNull  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Checks whether this hash code is a NULL hash code.
- Returns
 - True if this hash code is a NULL hash code; false otherwise. 
 
Definition at line 112 of file TfRevisionControl.h.
 
 
◆ kNull()
◆ operator!=()
  
  
      
        
          | bool OdTfDigest::operator!=  | 
          ( | 
          const OdTfDigest &  | 
          other | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Negative comparison operator.
- Parameters
 - 
  
    | other | [in] Hash code to compare with this hash code.  | 
  
   
- Returns
 - True if this hash code is not equal to other hash code; false otherwise. 
 
Definition at line 91 of file TfRevisionControl.h.
 
 
◆ operator<()
  
  
      
        
          | bool OdTfDigest::operator<  | 
          ( | 
          const OdTfDigest &  | 
          other | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
"Less than" comparison operator.
- Parameters
 - 
  
    | other | [in] Hash code to compare with this hash code.  | 
  
   
- Returns
 - True if this hash code is less than other hash code; false if this hash code is equal or greater than other hash code. 
 
Definition at line 67 of file TfRevisionControl.h.
 
 
◆ operator==()
  
  
      
        
          | bool OdTfDigest::operator==  | 
          ( | 
          const OdTfDigest &  | 
          other | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Comparison operator.
- Parameters
 - 
  
    | other | [in] Hash code to compare with this hash code.  | 
  
   
- Returns
 - True if this hash code is equal to other hash code; false otherwise. 
 
Definition at line 79 of file TfRevisionControl.h.
 
 
◆ read()
Reads a hash code from a stream buffer.
- Parameters
 - 
  
    | pBuf | [in] Stream buffer to read data from.  | 
  
   
Definition at line 57 of file TfRevisionControl.h.
 
 
◆ write()
Writes the hash code to a stream buffer.
- Parameters
 - 
  
    | pBuf | [in] Stream buffer to write data to.  | 
  
   
Definition at line 50 of file TfRevisionControl.h.
 
 
◆ data
      
        
          | char OdTfDigest::data[20] | 
        
      
 
 
The documentation for this struct was generated from the following file: