Design Pattern Examples
Overview of object-oriented design patterns
lusplus/helpers/makelocaltime.h File Reference

Declaration of the makelocaltime() function to convert a time_t to a struct tm containing the local time. More...

#include <time.h>
Include dependency graph for lusplus/helpers/makelocaltime.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Helpers
 The namespace containing all the "helper" functions in the C++ code.
 

Macros

#define __MAKELOCALTIME_H__
 

Functions

struct tm * makelocaltime (const time_t *time, struct tm *timestruct)
 Convert the given time to local time.
 

Detailed Description

Declaration of the makelocaltime() function to convert a time_t to a struct tm containing the local time.

Definition in file lusplus/helpers/makelocaltime.h.

Macro Definition Documentation

◆ __MAKELOCALTIME_H__

#define __MAKELOCALTIME_H__

Definition at line 8 of file lusplus/helpers/makelocaltime.h.