|
HDK
|
#include "pxr/pxr.h"#include "pxr/exec/vdf/api.h"#include "pxr/exec/vdf/vectorDataTyped.h"#include "pxr/exec/vdf/boxedContainer.h"#include "pxr/exec/vdf/estimateSize.h"#include "pxr/exec/vdf/forEachCommonType.h"#include "pxr/exec/vdf/mask.h"#include "pxr/base/tf/mallocTag.h"
Include dependency graph for vectorImpl_Boxed.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Vdf_VectorImplBoxed< TYPE > |
| Implements a Vdf_VectorData storage that holds a boxed element. More... | |
Macros | |
| #define | VDF_DECLARE_EXTERN_VECTOR_IMPL_BOXED(type) extern template class VDF_API_TYPE Vdf_VectorImplBoxed<type>; |
| #define VDF_DECLARE_EXTERN_VECTOR_IMPL_BOXED | ( | type | ) | extern template class VDF_API_TYPE Vdf_VectorImplBoxed<type>; |
Definition at line 132 of file vectorImpl_Boxed.h.