Atlas Runtime
SimpleHashTable< ElemType > Class Template Reference

#include <util.hpp>

Public Member Functions

 SimpleHashTable (uint32_t size=0)
 
void Insert (void *, const ElemType &)
 
ElemInfo< ElemType > * Find (void *)
 

Constructor & Destructor Documentation

template<class ElemType >
SimpleHashTable< ElemType >::SimpleHashTable ( uint32_t  size = 0)
inline

Member Function Documentation

template<class ElemType >
ElemInfo<ElemType>* SimpleHashTable< ElemType >::Find ( void *  )
template<class ElemType >
void SimpleHashTable< ElemType >::Insert ( void *  ,
const ElemType &   
)

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