Regina Calculation Engine
|
Facilitates progress tracking and cancellation for long operations. More...
Classes | |
class | regina::ProgressTrackerBase |
The base class for Regina's progress tracking classes. More... | |
class | regina::ProgressTracker |
Manages percentage-based progress tracking and cancellation polling for long operations. More... | |
class | regina::ProgressTrackerOpen |
Manages percentage-based progress tracking and cancellation polling for open-ended operations. More... | |
Namespaces | |
regina | |
Contains the entire Regina calculation engine. | |
Typedefs | |
typedef ProgressTrackerBase | regina::NProgressTrackerBase |
Deprecated typedef for backward compatibility. More... | |
typedef ProgressTracker | regina::NProgressTracker |
Deprecated typedef for backward compatibility. More... | |
typedef ProgressTrackerOpen | regina::NProgressTrackerOpen |
Deprecated typedef for backward compatibility. More... | |
Facilitates progress tracking and cancellation for long operations.