Ptex
PtexHashMap< Key, Value > Member List

This is the complete list of members for PtexHashMap< Key, Value >, including all inherited members.

_lockPtexHashMap< Key, Value >private
_oldTablesPtexHashMap< Key, Value >private
_tablePtexHashMap< Key, Value >private
allocTable(int32_t numEntries, size_t &memsize)PtexHashMap< Key, Value >inlineprivate
clear()PtexHashMap< Key, Value >inline
deleteContents()PtexHashMap< Key, Value >inlineprivate
foreach(Fn &fn) constPtexHashMap< Key, Value >inline
get(Key &key) constPtexHashMap< Key, Value >inline
getTable(const void *table, const TableHeader *&header, const Entry *&entries)PtexHashMap< Key, Value >inlineprivatestatic
getTable(void *table, TableHeader *&header, Entry *&entries)PtexHashMap< Key, Value >inlineprivatestatic
grow(void *oldTable, size_t &newMemUsed)PtexHashMap< Key, Value >inlineprivate
initContents()PtexHashMap< Key, Value >inlineprivate
lockTableAndGrowIfNeeded(size_t &newMemUsed)PtexHashMap< Key, Value >inlineprivate
operator=(const PtexHashMap &)PtexHashMap< Key, Value >private
PtexHashMap(const PtexHashMap &)PtexHashMap< Key, Value >private
PtexHashMap()PtexHashMap< Key, Value >inline
size() constPtexHashMap< Key, Value >inline
tryInsert(Key &key, Value value, size_t &newMemUsed)PtexHashMap< Key, Value >inline
unlockTable(void *table)PtexHashMap< Key, Value >inlineprivate
~PtexHashMap()PtexHashMap< Key, Value >inline