Engauge Digitizer 2
|
Generates a DocumentHash value representing the state of the entire Document. More...
#include <DocumentHashGenerator.h>
Public Member Functions | |
DocumentHashGenerator () | |
Single constructor. | |
DocumentHash | generate (const Document &document) const |
Generate the hash for external storage. |
Generates a DocumentHash value representing the state of the entire Document.
Definition at line 15 of file DocumentHashGenerator.h.
DocumentHashGenerator::DocumentHashGenerator | ( | ) |
DocumentHash DocumentHashGenerator::generate | ( | const Document & | document | ) | const |
Generate the hash for external storage.
Definition at line 16 of file DocumentHashGenerator.cpp.