|
Alembic 1.8.11
|
Public Member Functions | |
| Digest (const Digest ©) | |
| Digest & | operator= (const Digest ©) |
| uint8_t & | operator[] (size_t i) |
| uint8_t | operator[] (size_t i) const |
| void | print (std::ostream &ostr) const |
| std::string | str () const |
| bool | operator== (const Digest &iRhs) const |
| bool | operator< (const Digest &iRhs) const |
Public Attributes | |
| union { | |
| uint8_t d [16] | |
| uint64_t words [2] | |
| }; | |