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

#include <GlobalHashMap.hpp>

Public Member Functions

 Entry (K key)
 
 Entry (K key, V val)
 

Public Attributes

key
 
val
 

Detailed Description

template<typename K, typename V>
struct Grappa::GlobalHashMap< K, V >::Entry

Definition at line 56 of file GlobalHashMap.hpp.

Constructor & Destructor Documentation

template<typename K , typename V >
Grappa::GlobalHashMap< K, V >::Entry::Entry ( key)
inline

Definition at line 59 of file GlobalHashMap.hpp.

template<typename K , typename V >
Grappa::GlobalHashMap< K, V >::Entry::Entry ( key,
val 
)
inline

Definition at line 60 of file GlobalHashMap.hpp.

Member Data Documentation

template<typename K , typename V >
K Grappa::GlobalHashMap< K, V >::Entry::key

Definition at line 57 of file GlobalHashMap.hpp.

template<typename K , typename V >
V Grappa::GlobalHashMap< K, V >::Entry::val

Definition at line 58 of file GlobalHashMap.hpp.


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