Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
system_diagnostics.hpp File Reference
#include <helios/core_pch.hpp>
#include <helios/core/app/access_policy.hpp>
#include <helios/core/ecs/component.hpp>
#include <helios/core/ecs/resource.hpp>
#include <cstddef>
#include <format>
#include <span>
#include <string>
#include <string_view>
#include <vector>

Go to the source code of this file.

Classes

class  helios::app::details::SystemDiagnostics
 Provides diagnostic information about system conflicts and validation errors. More...
 
struct  helios::app::details::SystemDiagnostics::ComponentConflict
 Information about a component conflict between two systems. More...
 
struct  helios::app::details::SystemDiagnostics::ResourceConflict
 Information about a resource conflict between two systems. More...
 

Namespaces

namespace  helios
 
namespace  helios::app
 
namespace  helios::app::details