openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Member Functions | Public Attributes | List of all members
hashmap::unordered_set< K, OPS >::entry_t Struct Reference

internal entry type More...

#include <hashmap.hpp>

Collaboration diagram for hashmap::unordered_set< K, OPS >::entry_t:

Public Member Functions

 entry_t ()
 
 entry_t (const K &idata, hm_int inext)
 

Public Attributes

udata
 
hm_int next
 

Detailed Description

template<typename K, typename OPS>
struct hashmap::unordered_set< K, OPS >::entry_t

internal entry type

Definition at line 711 of file hashmap.hpp.

Constructor & Destructor Documentation

◆ entry_t() [1/2]

template<typename K, typename OPS>
hashmap::unordered_set< K, OPS >::entry_t::entry_t ( )
inline

Definition at line 716 of file hashmap.hpp.

◆ entry_t() [2/2]

template<typename K, typename OPS>
hashmap::unordered_set< K, OPS >::entry_t::entry_t ( const K &  idata,
hm_int  inext 
)
inline

Definition at line 717 of file hashmap.hpp.

Member Data Documentation

◆ next

template<typename K, typename OPS>
hm_int hashmap::unordered_set< K, OPS >::entry_t::next

Definition at line 714 of file hashmap.hpp.

◆ udata

template<typename K, typename OPS>
K hashmap::unordered_set< K, OPS >::entry_t::udata

Definition at line 713 of file hashmap.hpp.


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