Consolix
Loading...
Searching...
No Matches
core.hpp
Go to the documentation of this file.
1#pragma once
2#ifndef _CONSOLIX_CORE_HPP_INCLUDED
3#define _CONSOLIX_CORE_HPP_INCLUDED
4
68
69#include "config_macros.hpp"
70#include "interfaces.hpp"
71#include "utils.hpp"
72#include "components.hpp"
75#include "core/service_utils.hpp"
79
80#endif // _CONSOLIX_CORE_HPP_INCLUDED
Manages application components with lifecycle support.
Manages the lifecycle of a console application.
Provides a universal service locator for managing shared resources.
Utility functions for managing application lifecycle and components.
Entry point for including all Consolix components.
Configuration macros for the Consolix framework.
Entry point for including all interface definitions in Consolix.
Contains platform-specific API includes and definitions.
Utility functions for working with the ServiceLocator.
Entry point for including utility headers for Consolix.