|
HDK
|
#include "pxr/pxr.h"#include "pxr/exec/ef/api.h"#include "pxr/base/tf/hash.h"#include "pxr/base/tf/hashmap.h"#include "pxr/exec/vdf/vector.h"#include <memory>
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. Only the types wrapped in Ef_VectorKey must provide these operators. More... | |
| struct | Ef_VectorKey::Equal |
| struct | Ef_VectorKey::Map< T > |
| 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... | |