Loading...
Searching...
No Matches
vectorKey.h File Reference
+ Include dependency graph for vectorKey.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ef_VectorKey
 This class wraps a VdfVector adding equality comparison and hashing capabilities to the vector, without requiring all types stored in VdfVector to implement the corresponding operators. More...
 
struct  Ef_VectorKey::Equal
 Equality compare functor. More...
 
struct  Ef_VectorKey::Map< T >
 Type of a hash map with Ef_VectorKey as key. More...
 
class  Ef_TypedVectorKey< T >
 The derived Ef_VectorKey type, which implements the methods for generating hashes and equality comparing Ef_VectorKeys with wrapped VdfVectors of type T. More...
 

Class Documentation

◆ Ef_VectorKey::Map

struct Ef_VectorKey::Map
template<typename T>
struct Ef_VectorKey::Map< T >

Type of a hash map with Ef_VectorKey as key.

Definition at line 99 of file vectorKey.h.

Class Members
typedef TfHashMap< StoredType, T, TfHash, Equal > Type