37#ifndef Alembic_Util_Digest_h
38#define Alembic_Util_Digest_h
75 void print( std::ostream &ostr )
const
77 for (
int i = 0; i < 16; ++i )
79 ostr << std::setfill(
'0' ) << std::setw( 2 ) <<
80 std::hex << std::noshowbase << ( int )
d[i];
84 std::string
str()
const
86 std::stringstream sstr;
#define ALEMBIC_VERSION_NS
std::ostream & operator<<(std::ostream &ostr, const Digest &a)
bool operator<(const Digest &iRhs) const
uint8_t & operator[](size_t i)
Digest(const Digest ©)
bool operator==(const Digest &iRhs) const
uint8_t operator[](size_t i) const
void print(std::ostream &ostr) const
Digest & operator=(const Digest ©)