Mountain  1.0.0
Simple C++ 2D Game Framework
guid.hpp File Reference

Defines the Mountain::Guid class. More...

#include <array>
#include <cstdint>
#include <format>
#include <sstream>
#include <string>
#include "Mountain/core.hpp"
+ Include dependency graph for guid.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Mountain::Guid
 Stands for Global Unique Identifier, it represents a unique ID that's used to link pointers during serialization and deserialization. More...
 
struct  std::hash< Mountain::Guid >
 std::hash template specialization for the Mountain::Guid type. More...
 
struct  std::formatter< Mountain::Guid >
 std::formatter template specialization for the Mountain::Guid type. More...
 

Namespaces

 Mountain
 Contains all declarations of the Mountain Framework.
 

Detailed Description

Defines the Mountain::Guid class.

Definition in file guid.hpp.