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

Member Data Documentation

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

Definition at line 53 of file GlobalHashMap.hpp.

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

Definition at line 54 of file GlobalHashMap.hpp.

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

Definition at line 55 of file GlobalHashMap.hpp.


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