Elaztek Developer Hub
Blamite Game Engine - Strings  00390.07.02.23.1947.blamite
A library containing general purpose utilities and classes for use in multiple projects.
datetime.h File Reference
#include <string>
+ Include dependency graph for datetime.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 BlamStrings
 Namespace for Blamite's shared C++ library.
 
 BlamStrings::Utils
 Namespace containing general-purpose utilities.
 
 BlamStrings::Utils::DateTime
 Utilities relating to date and time.
 

Macros

#define STRINGS_API   __declspec(dllimport)
 

Functions

STRINGS_API std::string BlamStrings::Utils::DateTime::GetDateTime (const char *format)
 Retrieves the current date/time in the specified format. More...
 
STRINGS_API std::string BlamStrings::Utils::DateTime::GetTimeLogFormat ()
 Retrieves the current date/time in the following format, for use in the logger:

MM.DD.YY HH:MM:SS.MIL

More...
 

Macro Definition Documentation

◆ STRINGS_API

#define STRINGS_API   __declspec(dllimport)