FleCSI Core API Version: 2.3.2
 
Loading...
Searching...
No Matches
hcell_base_t< DIM, T, KEY > Class Template Reference

Base type for an entry in the hashtable This type can point to either a node or an entity in the ntree. More...

Private Types

enum  type_displ : int
 Bit displacement for locality of entry. More...
 
enum  type_locality : int
 Types of locality. More...
 
enum  type_mask : int
 Bit mask to extract info about entry. More...
 

Detailed Description

template<Dimension DIM, typename T, class KEY>
class flecsi::topo::hcell_base_t< DIM, T, KEY >

Base type for an entry in the hashtable This type can point to either a node or an entity in the ntree.

Member Enumeration Documentation

◆ type_displ

template<Dimension DIM, typename T , class KEY >
enum type_displ : int
private

Bit displacement for locality of entry.

◆ type_mask

template<Dimension DIM, typename T , class KEY >
enum type_mask : int
private

Bit mask to extract info about entry.

◆ type_locality

template<Dimension DIM, typename T , class KEY >
enum type_locality : int
private

Types of locality.