![]() |
Shamrock 2025.10.0
Astrophysical Code
|
A class that provides unique identifiers (UUID) to instances. More...
#include <shambase/include/shambase/WithUUID.hpp>
Public Member Functions | |
| Tint | get_uuid () const |
| Get the uuid of the class. | |
| WithUUID () | |
| Constructor of the class. | |
Protected Attributes | |
| Tint | uuid |
| The unique identifier of the class. | |
A class that provides unique identifiers (UUID) to instances.
| T | The class type to which the UUID will be assigned |
| Tint | The data type for the UUID |
| thread_safe | Whether the UUID constructor should be thread-safe |
Example usage:
Definition at line 37 of file WithUUID.hpp.
|
inline |
Constructor of the class.
Assigns a unique identifier to the class
Definition at line 58 of file WithUUID.hpp.
Here is the call graph for this function:
|
inline |
|
protected |
The unique identifier of the class.
Definition at line 43 of file WithUUID.hpp.