Atlas Runtime
|
#include <util.hpp>
Public Member Functions | |
SimpleHashTable (uint32_t size=0) | |
void | Insert (void *, const ElemType &) |
ElemInfo< ElemType > * | Find (void *) |
|
inline |
ElemInfo<ElemType>* SimpleHashTable< ElemType >::Find | ( | void * | ) |
void SimpleHashTable< ElemType >::Insert | ( | void * | , |
const ElemType & | |||
) |