Grappa  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 51 of file GlobalHashSet.hpp.

Constructor & Destructor Documentation

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

Definition at line 53 of file GlobalHashSet.hpp.

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

Definition at line 54 of file GlobalHashSet.hpp.

Member Data Documentation

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

Definition at line 52 of file GlobalHashSet.hpp.


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