Ptex
Public Member Functions | Public Attributes | List of all members
PtexHashMap< KeyType, DataType, HashFn >::Entry Struct Reference

Public Member Functions

 Entry ()
 

Public Attributes

Entrynext
 
KeyType key
 
DataType val
 

Detailed Description

template<typename KeyType, typename DataType, typename HashFn>
struct PtexHashMap< KeyType, DataType, HashFn >::Entry

Definition at line 196 of file PtexHashMap.h.

Constructor & Destructor Documentation

template<typename KeyType, typename DataType, typename HashFn>
PtexHashMap< KeyType, DataType, HashFn >::Entry::Entry ( )
inline

Definition at line 197 of file PtexHashMap.h.

Member Data Documentation

template<typename KeyType, typename DataType, typename HashFn>
KeyType PtexHashMap< KeyType, DataType, HashFn >::Entry::key

Definition at line 199 of file PtexHashMap.h.

Referenced by PtexHashMap< KeyType, DataType, HashFn >::operator[]().

template<typename KeyType, typename DataType, typename HashFn>
Entry* PtexHashMap< KeyType, DataType, HashFn >::Entry::next
template<typename KeyType, typename DataType, typename HashFn>
DataType PtexHashMap< KeyType, DataType, HashFn >::Entry::val

Definition at line 200 of file PtexHashMap.h.

Referenced by PtexHashMap< KeyType, DataType, HashFn >::operator[]().


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