Skip to main content

helios/app/_module.ixx File

Application module exports. More...

Included Headers

Description

Application module exports.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file _module.ixx
3 * @brief Application module exports.
4 */
5
6/**
7 * @brief Application module providing core application infrastructure.
8 *
9 * @details This module exports the Application class and related controller functionality
10 * for managing the lifecycle and behavior of helios applications.
11 */
12export module helios.app;
13
14export import helios.app.Application;
15export import helios.app.controller;

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.