Guitar
Classes | Functions | Variables
GitHash.h File Reference
#include <stdint.h>
#include <string>
Include dependency graph for GitHash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GitHash
 

Functions

static bool operator== (GitHash const &l, GitHash const &r)
 
static bool operator!= (GitHash const &l, GitHash const &r)
 
static bool operator< (GitHash const &l, GitHash const &r)
 

Variables

static constexpr int GIT_ID_LENGTH = 40
 

Function Documentation

◆ operator!=()

static bool operator!= ( GitHash const &  l,
GitHash const &  r 
)
inlinestatic
Here is the call graph for this function:

◆ operator<()

static bool operator< ( GitHash const &  l,
GitHash const &  r 
)
inlinestatic
Here is the call graph for this function:

◆ operator==()

static bool operator== ( GitHash const &  l,
GitHash const &  r 
)
inlinestatic
Here is the call graph for this function:

Variable Documentation

◆ GIT_ID_LENGTH

constexpr int GIT_ID_LENGTH = 40
staticconstexpr