Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
HandleSystem::Table< T > Struct Template Reference

#include <handle.hpp>

Static Public Member Functions

static std::unordered_map< HandleId, T > & idToHandle ()
static std::unordered_map< T, HandleId > & handleToId ()

Detailed Description

template<typename T>
struct HandleSystem::Table< T >

Definition at line 16 of file handle.hpp.

Member Function Documentation

◆ handleToId()

template<typename T>
std::unordered_map< T, HandleId > & HandleSystem::Table< T >::handleToId ( )
inlinestatic

Definition at line 24 of file handle.hpp.

Here is the caller graph for this function:

◆ idToHandle()

template<typename T>
std::unordered_map< HandleId, T > & HandleSystem::Table< T >::idToHandle ( )
inlinestatic

Definition at line 18 of file handle.hpp.

Here is the caller graph for this function:

The documentation for this struct was generated from the following file: