CernVM-FS
2.12.0
|
#include <hash.h>
Public Member Functions | |
HexPtr (const std::string &s) | |
bool | IsValid () const |
Public Attributes | |
const std::string * | str |
Distinguishes between interpreting a string as hex hash and hashing over the contents of a string.
|
inlineexplicit |
bool shash::HexPtr::IsValid | ( | ) | const |
Definition at line 37 of file hash.cc.
Referenced by publish::SyncItem::CheckGraft(), and swissknife::CommandScrub::FileCallback().
const std::string* shash::HexPtr::str |
Definition at line 104 of file hash.h.
Referenced by shash::Digest< 16, kMd5 >::Digest(), shash::MkFromHexPtr(), and shash::MkFromSuffixedHexPtr().