|
Time Shield Library
C++ library for working with time
|
Header for time zone structure and related functions. More...
Go to the source code of this file.
Classes | |
| struct | time_shield::TimeZoneStruct |
| Structure to represent time zone information. More... | |
Namespaces | |
| namespace | time_shield |
| Main namespace for the Time Shield library. | |
Functions | |
| TimeZoneStruct | time_shield::create_time_zone_struct (int hour, int min, bool is_positive=true) |
| Creates a TimeZoneStruct instance. | |
| TimeZoneStruct | time_shield::to_time_zone_struct (tz_t offset) |
| Converts an integer to a TimeZoneStruct. | |
| TimeZoneStruct | time_shield::to_tz (tz_t offset) |
| Alias for to_time_zone_struct function. | |
| std::string | time_shield::time_zone_struct_to_string (const TimeZoneStruct &tz) |
| Converts a TimeZoneStruct to a string representation. | |
| std::string | time_shield::to_string (const TimeZoneStruct &tz) |
| Alias for time_zone_struct_to_string function. | |
| std::string | time_shield::to_str (const TimeZoneStruct &tz) |
| Alias for time_zone_struct_to_string function. | |
| tz_t | time_shield::time_zone_struct_to_offset (const TimeZoneStruct &tz) |
| Converts a TimeZoneStruct to a single integer representation. | |
| tz_t | time_shield::tz_to_offset (const TimeZoneStruct &tz) |
| Alias for time_zone_struct_to_offset function. | |
| tz_t | time_shield::to_offset (const TimeZoneStruct &tz) |
| Alias for time_zone_struct_to_offset function. | |
Header for time zone structure and related functions.
Definition in file time_zone_struct.hpp.