|
| OSTreeHash (const uint8_t hash[32]) |
|
| OSTreeHash (const std::array< uint8_t, 32 > &hash) |
|
std::string | string () const |
|
bool | operator< (const OSTreeHash &other) const |
|
|
std::ostream & | operator<< (std::ostream &os, const OSTreeHash &obj) |
|
Definition at line 10 of file ostree_hash.h.
◆ Parse()
OSTreeHash OSTreeHash::Parse |
( |
const std::string & |
hash | ) |
|
|
static |
Parse an OSTree hash from a string.
This will normally be a root commit.
- Exceptions
-
Definition at line 7 of file ostree_hash.cc.
The documentation for this class was generated from the following files: