|
9 | 9 | #ifndef _TIME_SHIELD_HPP_INCLUDED |
10 | 10 | #define _TIME_SHIELD_HPP_INCLUDED |
11 | 11 |
|
12 | | -#include "parts/config.hpp" ///< Configuration settings for the Time Shield library. |
13 | | -#include "parts/types.hpp" ///< Type definitions used throughout the library. |
14 | | -#include "parts/constants.hpp" ///< Constants used in time calculations. |
15 | | -#include "parts/enums.hpp" ///< Enumerations used in time representations. |
16 | | -#include "parts/time_struct.hpp" ///< Structures representing time components. |
17 | | -#include "parts/date_struct.hpp" ///< Structures representing date components. |
18 | | -#include "parts/time_zone_struct.hpp" ///< Structure representing a time zone. |
19 | | -#include "parts/date_time_struct.hpp" ///< Structure representing date and time components. |
20 | | -#include "parts/validation.hpp" ///< Functions for validation of time-related values. |
21 | | -#include "parts/time_utils.hpp" ///< Utility functions for time manipulation. |
22 | | -#include "parts/time_conversions.hpp" ///< Functions for converting between different time representations. |
23 | | -#include "parts/time_formatting.hpp" ///< Functions for formatting time in various standard formats. |
24 | | -#include "parts/time_parser.hpp" ///< Functions for parsing time in various standard formats. |
| 12 | +#include "time_shield/config.hpp" ///< Configuration settings for the Time Shield library. |
| 13 | +#include "time_shield/types.hpp" ///< Type definitions used throughout the library. |
| 14 | +#include "time_shield/constants.hpp" ///< Constants used in time calculations. |
| 15 | +#include "time_shield/enums.hpp" ///< Enumerations used in time representations. |
| 16 | +#include "time_shield/time_struct.hpp" ///< Structures representing time components. |
| 17 | +#include "time_shield/date_struct.hpp" ///< Structures representing date components. |
| 18 | +#include "time_shield/time_zone_struct.hpp" ///< Structure representing a time zone. |
| 19 | +#include "time_shield/date_time_struct.hpp" ///< Structure representing date and time components. |
| 20 | +#include "time_shield/validation.hpp" ///< Functions for validation of time-related values. |
| 21 | +#include "time_shield/time_utils.hpp" ///< Utility functions for time manipulation. |
| 22 | +#include "time_shield/time_conversions.hpp" ///< Functions for converting between different time representations. |
| 23 | +#include "time_shield/time_formatting.hpp" ///< Functions for formatting time in various standard formats. |
| 24 | +#include "time_shield/time_parser.hpp" ///< Functions for parsing time in various standard formats. |
25 | 25 |
|
26 | 26 | /// \namespace tsh |
27 | 27 | /// \brief Alias for the namespace time_shield. |
|
0 commit comments