Go to file
whaffman f916d5cb2f Refactor Bureaucrat and Form classes to implement move semantics and improve exception handling
- Added move constructors and move assignment operators to Bureaucrat and Form classes.
- Updated constructors and destructors to include logging for move operations.
- Enhanced Bureaucrat class with an executeForm method to handle form execution.
- Refactored color definitions in colors.h for better organization and clarity.
- Removed redundant macro definitions and improved code readability.
- Updated main functions to utilize new executeForm method for better exception handling.
- Ensured proper handling of copy and move semantics across all relevant classes.
2026-03-27 19:54:54 +01:00
ex00 Refactor Bureaucrat and Form classes to implement move semantics and improve exception handling 2026-03-27 19:54:54 +01:00
ex01 Refactor Bureaucrat and Form classes to implement move semantics and improve exception handling 2026-03-27 19:54:54 +01:00
ex02 Refactor Bureaucrat and Form classes to implement move semantics and improve exception handling 2026-03-27 19:54:54 +01:00
ex03 Refactor Bureaucrat and Form classes to implement move semantics and improve exception handling 2026-03-27 19:54:54 +01:00
.clang-format Refactor form classes and improve formatting for consistency 2025-06-26 13:31:45 +02:00
.gitignore Refactor Bureaucrat and AForm classes, add form execution logic, and enhance main function for comprehensive testing 2025-08-18 15:14:36 +02:00
common.mk add format to make 2026-03-27 18:31:28 +01:00
Makefile add format to make 2026-03-27 18:31:28 +01:00