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