HOG2
Public Attributes | List of all members
FixedSizeSet< T, Hash >::field Struct Reference
Collaboration diagram for FixedSizeSet< T, Hash >::field:
Collaboration graph
[legend]

Public Attributes

item
 
fieldnext
 
bool valid
 

Detailed Description

template<typename T, class Hash = std::hash<T>>
struct FixedSizeSet< T, Hash >::field

Definition at line 21 of file FixedSizeSet.h.

Member Data Documentation

◆ item

template<typename T , class Hash = std::hash<T>>
T FixedSizeSet< T, Hash >::field::item

Definition at line 22 of file FixedSizeSet.h.

Referenced by FixedSizeSet< T, Hash >::insert().

◆ next

template<typename T , class Hash = std::hash<T>>
field* FixedSizeSet< T, Hash >::field::next

◆ valid

template<typename T , class Hash = std::hash<T>>
bool FixedSizeSet< T, Hash >::field::valid

Definition at line 24 of file FixedSizeSet.h.

Referenced by FixedSizeSet< T, Hash >::insert().


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