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

Declaration of the DateTime class to simplify getting the local time as a string (modeled after the C# version). More...

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

Go to the source code of this file.

Classes

class  DateTime
 Represents a timestamp composed of a date and a time encoded in a time_t value. Provides ways of getting the current time and to format the time in a string. More...
 

Namespaces

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

Macros

#define __DATETIME_H__
 

Detailed Description

Declaration of the DateTime class to simplify getting the local time as a string (modeled after the C# version).

Definition in file lusplus/helpers/DateTime.h.

Macro Definition Documentation

◆ __DATETIME_H__

#define __DATETIME_H__

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