#include <DocSnapshot.h>
The class DocSnapshot. Represents a state of the document.
Definition at line 23 of file DocSnapshot.h.
pdftron::SDF::DocSnapshot::DocSnapshot |
( |
const DocSnapshot & |
other | ) |
|
pdftron::SDF::DocSnapshot::DocSnapshot |
( |
TRN_DocSnapshot |
impl | ) |
|
pdftron::SDF::DocSnapshot::~DocSnapshot |
( |
| ) |
|
pdftron::SDF::DocSnapshot::DocSnapshot |
( |
| ) |
|
void pdftron::SDF::DocSnapshot::Destroy |
( |
| ) |
|
bool pdftron::SDF::DocSnapshot::Equals |
( |
DocSnapshot |
snapshot | ) |
const |
Returns whether this snapshot's document state is equivalent to another.
- Parameters
-
snapshot | – the other snapshot with which to compare. |
- Returns
- Whether this snapshot's document state is equivalent to another.
UInt32 pdftron::SDF::DocSnapshot::GetHash |
( |
| ) |
const |
Returns a hash that is unique to particular document states.
- Returns
- A hash that is unique to particular document states.
bool pdftron::SDF::DocSnapshot::IsValid |
( |
| ) |
const |
Returns whether this snapshot is valid.
- Returns
- Whether this snapshot is valid.
TRN_DocSnapshot pdftron::SDF::DocSnapshot::m_impl |
The documentation for this class was generated from the following file: