![]() |
Blamite Game Engine - Strings
00420.05.12.24.2119.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
#include <Strings/components/3rdparty/stduuid/uuid.h>
Include dependency graph for uuid.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| BlamStrings | |
| Namespace containing general-purpose utilities. | |
| BlamStrings::Utils | |
| BlamStrings::Utils::UUID | |
| Namespace containing functions relating to UUIDs (Universally Unique Identifiers). | |
Macros | |
| #define | STRINGS_API __declspec(dllimport) |
Functions | |
| STRINGS_API uuids::uuid | BlamStrings::Utils::UUID::GenerateUUID () |
| Generates a new UUID. More... | |
| STRINGS_API std::string | BlamStrings::Utils::UUID::GenerateUUIDString () |
| Generates a new UUID string. More... | |
| #define STRINGS_API __declspec(dllimport) |