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

Constructor & Destructor Documentation

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

Definition at line 62 of file GlobalHashMap.hpp.

Member Function Documentation

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

Definition at line 64 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 71 of file GlobalHashMap.hpp.

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

Definition at line 66 of file GlobalHashMap.hpp.

Member Data Documentation

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

Definition at line 60 of file GlobalHashMap.hpp.


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