Time Shield Library
C++ library for working with time
|
Header for time structure and related functions. More...
Go to the source code of this file.
Classes | |
struct | time_shield::TimeStruct |
Structure to represent time. More... | |
Namespaces | |
namespace | time_shield |
Main namespace for the Time Shield library. | |
Macros | |
#define | _TIME_SHIELD_TIME_STRUCT_HPP_INCLUDED |
Functions | |
const TimeStruct | time_shield::create_time_struct (const int &hour, const int &min, const int &sec=0, const int &ms=0) |
Creates a TimeStruct instance. | |
Header for time structure and related functions.
This file contains the definition of the TimeStruct structure and a function to create TimeStruct instances.
Definition in file time_struct.hpp.
#define _TIME_SHIELD_TIME_STRUCT_HPP_INCLUDED |
Definition at line 7 of file time_struct.hpp.