Grappa  r3821, hash 22cd626d567a91ead5b23302066d1e9469f45c66
Grappa::GlobalHashSet< K >::Entry Struct Reference

#include <GlobalHashSet.hpp>

Public Member Functions

 Entry ()
 
 Entry (K key)
 

Public Attributes

key
 

Detailed Description

template<typename K>
struct Grappa::GlobalHashSet< K >::Entry

Definition at line 62 of file GlobalHashSet.hpp.

Constructor & Destructor Documentation

template<typename K >
Grappa::GlobalHashSet< K >::Entry::Entry ( )
inline

Definition at line 64 of file GlobalHashSet.hpp.

template<typename K >
Grappa::GlobalHashSet< K >::Entry::Entry ( key)
inline

Definition at line 65 of file GlobalHashSet.hpp.

Member Data Documentation

template<typename K >
K Grappa::GlobalHashSet< K >::Entry::key

Definition at line 63 of file GlobalHashSet.hpp.


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