This is the complete list of members for nix::Hash, including all inherited members.
algo (defined in nix::Hash) | nix::Hash | |
base16Len() const | nix::Hash | inline |
base32Len() const | nix::Hash | inline |
base64Len() const | nix::Hash | inline |
dummy (defined in nix::Hash) | nix::Hash | static |
gitRev() const (defined in nix::Hash) | nix::Hash | inline |
gitShortRev() const (defined in nix::Hash) | nix::Hash | inline |
Hash(HashAlgorithm algo) | nix::Hash | explicit |
hash (defined in nix::Hash) | nix::Hash | |
hashSize (defined in nix::Hash) | nix::Hash | |
maxHashSize (defined in nix::Hash) | nix::Hash | static |
operator<=>(const Hash &h2) const noexcept | nix::Hash | |
operator==(const Hash &h2) const noexcept | nix::Hash | |
parseAny(std::string_view s, std::optional< HashAlgorithm > optAlgo) | nix::Hash | static |
parseAnyPrefixed(std::string_view s) | nix::Hash | static |
parseNonSRIUnprefixed(std::string_view s, HashAlgorithm algo) | nix::Hash | static |
parseSRI(std::string_view original) (defined in nix::Hash) | nix::Hash | static |
random(HashAlgorithm algo) | nix::Hash | static |
to_string(HashFormat hashFormat, bool includeAlgo) const | nix::Hash |