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

#include <GlobalHashMap.hpp>

Public Attributes

bool found
 
ResultEntrynext
 
val
 

Detailed Description

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

Definition at line 63 of file GlobalHashMap.hpp.

Member Data Documentation

template<typename K , typename V >
bool Grappa::GlobalHashMap< K, V >::ResultEntry::found

Definition at line 64 of file GlobalHashMap.hpp.

template<typename K , typename V >
ResultEntry* Grappa::GlobalHashMap< K, V >::ResultEntry::next

Definition at line 65 of file GlobalHashMap.hpp.

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

Definition at line 66 of file GlobalHashMap.hpp.


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