Elaztek Developer Hub
Blamite Game Engine - Strings  00425.12.30.24.2120.blamite
A library containing general purpose utilities and classes for use in multiple projects.
uuid.h File Reference
+ 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...
 

Macro Definition Documentation

◆ STRINGS_API

#define STRINGS_API   __declspec(dllimport)