Time Shield Library
C++ library for working with time
|
Main header file for the Time Shield library. More...
#include "parts/config.hpp"
#include "parts/types.hpp"
#include "parts/constants.hpp"
#include "parts/enums.hpp"
#include "parts/time_struct.hpp"
#include "parts/date_struct.hpp"
#include "parts/time_zone_struct.hpp"
#include "parts/date_time_struct.hpp"
#include "parts/validation.hpp"
#include "parts/time_utils.hpp"
#include "parts/time_conversions.hpp"
#include "parts/time_formatting.hpp"
#include "parts/time_parser.hpp"
Go to the source code of this file.
Namespaces | |
namespace | tsh |
Alias for the namespace time_shield. | |
namespace | time_shield |
Main namespace for the Time Shield library. | |
Macros | |
#define | _TIME_SHIELD_HPP_INCLUDED |
Functions for parsing time in various standard formats. | |
Main header file for the Time Shield library.
This header file includes all the components of the Time Shield library, making it easy to include the entire library in your projects with a single include directive.
Definition in file time_shield.hpp.
#define _TIME_SHIELD_HPP_INCLUDED |
Functions for parsing time in various standard formats.
Configuration settings for the Time Shield library. Type definitions used throughout the library. Constants used in time calculations. Enumerations used in time representations. Structures representing time components. Structures representing date components. Structure representing a time zone. Structure representing date and time components. Functions for validation of time-related values. Utility functions for time manipulation. Functions for converting between different time representations. Functions for formatting time in various standard formats.
Definition at line 10 of file time_shield.hpp.