Time Shield Library
C++ library for working with time
Loading...
Searching...
No Matches
time_shield.hpp
Go to the documentation of this file.
1#pragma once
9#ifndef _TIME_SHIELD_HPP_INCLUDED
10#define _TIME_SHIELD_HPP_INCLUDED
11
12#include "parts/config.hpp"
13#include "parts/types.hpp"
14#include "parts/constants.hpp"
15#include "parts/enums.hpp"
16#include "parts/time_struct.hpp"
17#include "parts/date_struct.hpp"
20#include "parts/validation.hpp"
21#include "parts/time_utils.hpp"
24#include "parts/time_parser.hpp"
25
28namespace tsh = time_shield;
29
35namespace time_shield {
36
37}
38
103#endif // _TIME_SHIELD_HPP_INCLUDED
Header file with preprocessor definitions.
Header file with time-related constants.
Header for date structure and related functions.
Header for date and time structure and related functions.
Header file with enumerations for weekdays, months, and other time-related categories.
Main namespace for the Time Shield library.
Definition constants.hpp:12
Header file for time conversion functions.
Header file for time formatting utilities.
Header file with functions for parsing dates and times in ISO8601 format and converting them to vario...
Header for time structure and related functions.
Header file with time-related utility functions.
Header for time zone structure and related functions.
Header file with type definitions.
Header file with time-related validation functions.