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];
86 std::stringstream sstr;
typedef int(APIENTRYP RE_PFNGLXSWAPINTERVALSGIPROC)(int)
OIIO_UTIL_API bool copy(string_view from, string_view to, std::string &err)
GLsizei const GLchar *const * string
GLboolean GLboolean GLboolean GLboolean a
bool operator==(const Digest &iRhs) const
uint8_t operator[](size_t i) const
Digest & operator=(const Digest ©)
void print(std::ostream &ostr) const
bool operator<(const Digest &iRhs) const
std::ostream & operator<<(std::ostream &ostr, const Digest &a)
uint8_t & operator[](size_t i)
Digest(const Digest ©)
#define ALEMBIC_VERSION_NS