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

Header for date structure and related functions. More...

Go to the source code of this file.

Classes

struct  time_shield::DateStruct
 Structure to represent a date. More...
 

Namespaces

namespace  time_shield
 Main namespace for the Time Shield library.
 

Macros

#define _TIME_SHIELD_DATE_STRUCT_HPP_INCLUDED
 

Functions

const DateStruct time_shield::create_date_struct (const int64_t &year, const int &mon=1, const int &day=1)
 Creates a DateStruct instance.
 

Detailed Description

Header for date structure and related functions.

This file contains the definition of the DateStruct structure and a function to create DateStruct instances.

Definition in file date_struct.hpp.

Macro Definition Documentation

◆ _TIME_SHIELD_DATE_STRUCT_HPP_INCLUDED

#define _TIME_SHIELD_DATE_STRUCT_HPP_INCLUDED

Definition at line 7 of file date_struct.hpp.