HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Alembic::Util::ALEMBIC_VERSION_NS::Digest Struct Reference

#include <Digest.h>

+ Inheritance diagram for Alembic::Util::ALEMBIC_VERSION_NS::Digest:

Public Member Functions

 Digest ()
 
 Digest (const Digest &copy)
 
Digestoperator= (const Digest &copy)
 
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]
 
}; 
 

Detailed Description

Definition at line 50 of file Digest.h.

Constructor & Destructor Documentation

Alembic::Util::ALEMBIC_VERSION_NS::Digest::Digest ( )
inline

Definition at line 58 of file Digest.h.

Alembic::Util::ALEMBIC_VERSION_NS::Digest::Digest ( const Digest copy)
inline

Definition at line 59 of file Digest.h.

Member Function Documentation

bool Alembic::Util::ALEMBIC_VERSION_NS::Digest::operator< ( const Digest iRhs) const
inline

Definition at line 100 of file Digest.h.

Digest& Alembic::Util::ALEMBIC_VERSION_NS::Digest::operator= ( const Digest copy)
inline

Definition at line 65 of file Digest.h.

bool Alembic::Util::ALEMBIC_VERSION_NS::Digest::operator== ( const Digest iRhs) const
inline

Definition at line 94 of file Digest.h.

uint8_t& Alembic::Util::ALEMBIC_VERSION_NS::Digest::operator[] ( size_t  i)
inline

Definition at line 72 of file Digest.h.

uint8_t Alembic::Util::ALEMBIC_VERSION_NS::Digest::operator[] ( size_t  i) const
inline

Definition at line 73 of file Digest.h.

void Alembic::Util::ALEMBIC_VERSION_NS::Digest::print ( std::ostream &  ostr) const
inline

Definition at line 75 of file Digest.h.

std::string Alembic::Util::ALEMBIC_VERSION_NS::Digest::str ( ) const
inline

Definition at line 84 of file Digest.h.

Member Data Documentation

union { ... }
uint8_t Alembic::Util::ALEMBIC_VERSION_NS::Digest::d[16]

Definition at line 54 of file Digest.h.

uint64_t Alembic::Util::ALEMBIC_VERSION_NS::Digest::words[2]

Definition at line 55 of file Digest.h.


The documentation for this struct was generated from the following file: