Time Shield Library
C++ library for working with time
Loading...
Searching...
No Matches
time_shield.hpp File Reference

Main header file for the Time Shield library. More...

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.
 

Detailed Description

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.

Macro Definition Documentation

◆ _TIME_SHIELD_HPP_INCLUDED

#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.