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

#include <GlobalHashMap.hpp>

Public Member Functions

 Cell ()
 
void clear ()
 
std::pair< bool, V > lookup (K key)
 
void insert (const K &key, const V &val)
 

Public Attributes

std::vector< Entryentries
 

Detailed Description

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

Definition at line 70 of file GlobalHashMap.hpp.

Constructor & Destructor Documentation

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

Definition at line 73 of file GlobalHashMap.hpp.

Member Function Documentation

template<typename K , typename V >
void Grappa::GlobalHashMap< K, V >::Cell::clear ( )
inline

Definition at line 75 of file GlobalHashMap.hpp.

template<typename K , typename V >
void Grappa::GlobalHashMap< K, V >::Cell::insert ( const K &  key,
const V &  val 
)
inline

Definition at line 82 of file GlobalHashMap.hpp.

template<typename K , typename V >
std::pair<bool,V> Grappa::GlobalHashMap< K, V >::Cell::lookup ( key)
inline

Definition at line 77 of file GlobalHashMap.hpp.

Member Data Documentation

template<typename K , typename V >
std::vector<Entry> Grappa::GlobalHashMap< K, V >::Cell::entries

Definition at line 71 of file GlobalHashMap.hpp.


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