Modules§
- database
- direct_
access - entities
- error
- event
- long_
operation - This module provides a framework for managing long-running operations with the ability to track status, progress, and enable cancellation. It includes the infrastructure for defining, executing, and monitoring such operations. For undoable operations, it is recommended to use the Undo/Redo framework.
- parser_
tools - snapshot
- types
- undo_
redo
Macros§
- impl_
leaf_ entity_ table - impl_
relationship_ methods - Generate standard relationship methods for a HashMap table implementation. This avoids repeating the same 7+6 methods for every entity.
- impl_
write_ relationship_ methods