#include <GitTypes.h>
|
| template<typename VIEW > |
| void | _assign (VIEW const &id) |
| |
◆ GitHash() [1/3]
◆ GitHash() [2/3]
| GitHash::GitHash |
( |
std::string_view const & |
id | ) |
|
|
explicit |
◆ GitHash() [3/3]
| GitHash::GitHash |
( |
char const * |
id | ) |
|
|
explicit |
◆ _assign()
template<typename VIEW >
| void GitHash::_assign |
( |
VIEW const & |
id | ) |
|
|
private |
◆ _std_hash()
| size_t GitHash::_std_hash |
( |
| ) |
const |
◆ assign()
| void GitHash::assign |
( |
std::string_view const & |
id | ) |
|
◆ compare()
| int GitHash::compare |
( |
GitHash const & |
other | ) |
const |
◆ isValid()
| bool GitHash::isValid |
( |
| ) |
const |
◆ isValidID() [1/2]
| static bool GitHash::isValidID |
( |
GitHash const & |
id | ) |
|
|
inlinestatic |
◆ isValidID() [2/2]
| bool GitHash::isValidID |
( |
std::string const & |
id | ) |
|
|
static |
◆ operator bool()
| GitHash::operator bool |
( |
| ) |
const |
|
explicit |
◆ operator std::string()
| GitHash::operator std::string |
( |
| ) |
const |
|
inline |
◆ toString()
| std::string GitHash::toString |
( |
int |
maxlen = -1 | ) |
const |
◆ id_
◆ valid_
| bool GitHash::valid_ = false |
|
private |
The documentation for this class was generated from the following files: