Loading...
Searching...
No Matches
arrayEdit.h File Reference
+ 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)
 

Macro Definition Documentation

◆ VT_ARRAY_EDIT_EXTERN_TMPL

#define VT_ARRAY_EDIT_EXTERN_TMPL (   unused,
  elem 
)     VT_API_TEMPLATE_CLASS(VtArrayEdit< VT_TYPE(elem) >);

Definition at line 233 of file arrayEdit.h.

Function Documentation

◆ TfHashAppend()

std::enable_if_t< VtIsHashable< ELEM >()> TfHashAppend ( HashState &  h,
VtArrayEdit< ELEM > const &  edit 
)

Definition at line 248 of file arrayEdit.h.