![]() |
Blamite Game Engine - Strings
00390.07.02.23.1947.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
#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: More... | |
#define STRINGS_API __declspec(dllimport) |