|
Common System 0.2.0
Common interfaces and patterns for system integration
|
Aggregated public header for Common System. More...
#include "interfaces/executor_interface.h"#include "interfaces/thread_pool_interface.h"#include "interfaces/database_interface.h"#include "interfaces/logger_interface.h"#include "interfaces/global_logger_registry.h"#include "logging/log_functions.h"#include "logging/log_macros.h"#include "bootstrap/system_bootstrapper.h"#include "patterns/result.h"#include "patterns/event_bus.h"#include "utils/object_pool.h"#include "utils/circular_buffer.h"
Go to the source code of this file.
Classes | |
| struct | kcenon::common::version_info |
| Version information for Common System. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::common |
| Core interfaces. | |
Aggregated public header for Common System.
This header exposes the main public interfaces and patterns of the Common System module. Include this file to access the common abstractions without worrying about internal structure.
Definition in file common.h.