#include <FieldVec.h>
Public Member Functions | |
DtsDigest (const DtsDigest &d) | |
Copy construct a hash. | |
DtsDigest (FieldVec &v) | |
Construct a hash from a FieldVec. | |
DtsDigest (const DtsObjectVec &v) | |
Construct a hash from a DtsObjectVec. | |
DtsDigest (DtsObject &o) | |
Construct a hash from a single DtsObject. | |
bool | operator< (const DtsDigest &y) const |
bool | operator== (const DtsDigest &y) const |
DtsDigest::DtsDigest | ( | DtsObject & | o | ) | [inline] |