|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/Foundation/Container/FlatHashMap.hpp>
Public Member Functions | |
| SherwoodV3Entry () | |
| SherwoodV3Entry (const int8_t distance_from_desired) | |
| ~SherwoodV3Entry () | |
| bool | has_value () const |
| bool | is_empty () const |
| bool | is_at_desired_position () const |
| template<typename... Args> | |
| void | emplace (const int8_t distance, Args &&... args) |
| void | destroy_value () |
Static Public Member Functions | |
| static SherwoodV3Entry * | empty_default_table () |
Public Attributes | ||
| int8_t | distance_from_desired = -1 | |
| union { | ||
| T value | ||
| }; | ||
Static Public Attributes | |
| static constexpr int8_t | special_end_value = 0 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
| union { ... } CeresEngine::detailv3::SherwoodV3Entry< T > |
| int8_t CeresEngine::detailv3::SherwoodV3Entry< T >::distance_from_desired = -1 |
|
staticconstexpr |
| T CeresEngine::detailv3::SherwoodV3Entry< T >::value |