|
pure-cpp 1.0.0
A C++ physics simulation benchmark comparing performance with Python implementations
|
Namespace for application-wide utility functions, primarily for exception handling. More...
Classes | |
| class | AppProfiler |
| Global application profiler for measuring non-physics phases. More... | |
| class | Logger |
| Manages application logging based on command-line arguments. More... | |
| class | TranslationLoader |
| Provides a static method to load translation files for the application. More... | |
Functions | |
| int | handleException (const QString &message, CmdLine::ExitCode code) |
| Handles logging an exception message and returning the appropriate exit code. More... | |
| int | handleException (const char *message, CmdLine::ExitCode code) |
| Overload for handling exceptions with a simple C-string message. More... | |
Namespace for application-wide utility functions, primarily for exception handling.
Namespace for application-wide utility functions.
| int AppUtils::handleException | ( | const char * | message, |
| CmdLine::ExitCode | code | ||
| ) |
| int AppUtils::handleException | ( | const QString & | message, |
| CmdLine::ExitCode | code | ||
| ) |