#include <DocSnapshot.h>
The class DocSnapshot. Represents a state of the document.
Definition at line 23 of file DocSnapshot.h.
◆ DocSnapshot() [1/3]
| pdftron::SDF::DocSnapshot::DocSnapshot |
( |
const DocSnapshot & | other | ) |
|
◆ DocSnapshot() [2/3]
| pdftron::SDF::DocSnapshot::DocSnapshot |
( |
TRN_DocSnapshot | impl | ) |
|
◆ ~DocSnapshot()
| pdftron::SDF::DocSnapshot::~DocSnapshot |
( |
| ) |
|
◆ DocSnapshot() [3/3]
| pdftron::SDF::DocSnapshot::DocSnapshot |
( |
| ) |
|
◆ Destroy()
| void pdftron::SDF::DocSnapshot::Destroy |
( |
| ) |
|
◆ Equals()
| 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.
◆ GetHash()
| 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.
◆ IsValid()
| bool pdftron::SDF::DocSnapshot::IsValid |
( |
| ) |
const |
Returns whether this snapshot is valid.
- Returns
- Whether this snapshot is valid.
◆ operator=()
◆ m_impl
| TRN_DocSnapshot pdftron::SDF::DocSnapshot::m_impl |
The documentation for this class was generated from the following file: