#include <Digest.h>
|
union { | |
|
uint8_t d [16] | |
|
uint64_t words [2] | |
|
}; | | |
|
Definition at line 50 of file Digest.h.
◆ Digest() [1/2]
Alembic::Util::ALEMBIC_VERSION_NS::Digest::Digest |
( |
| ) |
|
|
inline |
◆ Digest() [2/2]
Alembic::Util::ALEMBIC_VERSION_NS::Digest::Digest |
( |
const Digest & |
copy | ) |
|
|
inline |
◆ operator<()
bool Alembic::Util::ALEMBIC_VERSION_NS::Digest::operator< |
( |
const Digest & |
iRhs | ) |
const |
|
inline |
◆ operator=()
Digest & Alembic::Util::ALEMBIC_VERSION_NS::Digest::operator= |
( |
const Digest & |
copy | ) |
|
|
inline |
◆ operator==()
bool Alembic::Util::ALEMBIC_VERSION_NS::Digest::operator== |
( |
const Digest & |
iRhs | ) |
const |
|
inline |
◆ operator[]() [1/2]
uint8_t & Alembic::Util::ALEMBIC_VERSION_NS::Digest::operator[] |
( |
size_t |
i | ) |
|
|
inline |
◆ operator[]() [2/2]
uint8_t Alembic::Util::ALEMBIC_VERSION_NS::Digest::operator[] |
( |
size_t |
i | ) |
const |
|
inline |
◆ print()
void Alembic::Util::ALEMBIC_VERSION_NS::Digest::print |
( |
std::ostream & |
ostr | ) |
const |
|
inline |
◆ str()
std::string Alembic::Util::ALEMBIC_VERSION_NS::Digest::str |
( |
| ) |
const |
|
inline |
◆ [union]
uint8_t Alembic::Util::ALEMBIC_VERSION_NS::Digest::d[16] |
◆ words
uint64_t Alembic::Util::ALEMBIC_VERSION_NS::Digest::words[2] |
The documentation for this struct was generated from the following file: