![]() |
|
Include dependency graph for arrayEdit.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | VtArrayEdit< ELEM > |
| An array edit represents a sequence of per-element modifications to a VtArray. More... | |
Macros | |
| #define | VT_ARRAY_EDIT_EXTERN_TMPL(unused, elem) VT_API_TEMPLATE_CLASS(VtArrayEdit< VT_TYPE(elem) >); |
Functions | |
| template<class HashState , class ELEM > | |
| std::enable_if_t< VtIsHashable< ELEM >()> | TfHashAppend (HashState &h, VtArrayEdit< ELEM > const &edit) |
| #define VT_ARRAY_EDIT_EXTERN_TMPL | ( | unused, | |
| elem | |||
| ) | VT_API_TEMPLATE_CLASS(VtArrayEdit< VT_TYPE(elem) >); |
Definition at line 220 of file arrayEdit.h.
| std::enable_if_t< VtIsHashable< ELEM >()> TfHashAppend | ( | HashState & | h, |
| VtArrayEdit< ELEM > const & | edit | ||
| ) |
Definition at line 235 of file arrayEdit.h.