Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
ECS::util Namespace Reference

Namespaces

namespace  Internal
 

Classes

class  HandleTable
 
class  Timer
 

Typedefs

using Handle32 = Internal::Handle< u32, 12, 20 >
 
using Handle64 = Handle32
 

Typedef Documentation

◆ Handle32

using ECS::util::Handle32 = typedef Internal::Handle<u32, 12, 20>

Summary: Defines a 32 bit handle Max. possible handles : 1048576 Max. possible versions until loop per handle : 4096

Definition at line 93 of file Handle.h.

◆ Handle64

using ECS::util::Handle64 = typedef Handle32

Summary: Defines a 64 bit handle Max. possible handles : 1099511627776 Max. possible versions until loop per handle : 16777216

Definition at line 102 of file Handle.h.