Time Shield Library
C++ library for working with time
|
Header file with enumerations for weekdays, months, and other time-related categories. More...
#include <string>
#include <array>
Go to the source code of this file.
Namespaces | |
namespace | time_shield |
Main namespace for the Time Shield library. | |
Macros | |
#define | _TIME_SHIELD_ENUMS_HPP_INCLUDED |
Functions | |
const char * | time_shield::to_cstr (const Weekday &value, const FormatType &format=UPPERCASE_NAME) |
Converts a Weekday enum value to a string. | |
const std::string & | time_shield::to_str (const Weekday &value, const FormatType &format=UPPERCASE_NAME) |
Converts a Weekday enum value to a string. | |
const char * | time_shield::to_cstr (const Month &value, const FormatType &format=UPPERCASE_NAME) |
Converts a Month enum value to a string. | |
const std::string & | time_shield::to_str (const Month &value, const FormatType &format=UPPERCASE_NAME) |
Converts a Month enum value to a string. | |
const char * | time_shield::to_cstr (const TimeZone &value, const FormatType &format=UPPERCASE_NAME) |
Converts a TimeZone enum value to a string. | |
const std::string & | time_shield::to_str (const TimeZone &value, const FormatType &format=UPPERCASE_NAME) |
Converts a TimeZone enum value to a string. | |
Header file with enumerations for weekdays, months, and other time-related categories.
This file contains enum definitions for representing various time-related concepts.
Definition in file enums.hpp.