Elaztek Developer Hub
Blamite Game Engine - Strings  00326.06.27.21.0407.blamite
A library containing general purpose utilities and classes for use in multiple projects.
datetime.h File Reference
#include <string>

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)