Class enapsulating data and functionality for uniquely identifying a Checkpoint or Snapshot.
More...
#include <CheckpointID.hpp>
Class enapsulating data and functionality for uniquely identifying a Checkpoint or Snapshot.
◆ CheckpointID() [1/4]
Default constructor initialized to null.
◆ CheckpointID() [2/4]
- step. STEP
- path: ANALYSIS_PATH
◆ CheckpointID() [3/4]
◆ CheckpointID() [4/4]
◆ GetAnalysisPath()
int GetAnalysisPath |
( |
| ) |
const |
|
noexcept |
◆ GetStep()
◆ operator!=
True if ANALYSIS_PATH or STEP are not equal.
◆ operator<
Lexicographical comparison on [STEP, ANALYSIS_PATH].
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
rStream, |
|
|
CheckpointID |
ID |
|
) |
| |
|
friend |
◆ operator==
True if both ANALYSIS_PATH and STEP are identical across operands.
The documentation for this class was generated from the following file: