|
HDK
|
#include "pxr/pxr.h"#include "pxr/exec/vdf/api.h"#include "pxr/exec/vdf/boxedContainerTraits.h"#include "pxr/exec/vdf/forEachCommonType.h"#include "pxr/exec/vdf/vectorDataTyped.h"
Include dependency graph for vectorImpl_Empty.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Vdf_VectorImplEmpty< TYPE > |
| Implements a Vdf_VectorData storage that is always empty. More... | |
Macros | |
| #define | VDF_DECLARE_EXTERN_VECTOR_IMPL_EMPTY(type) extern template class VDF_API_TYPE Vdf_VectorImplEmpty<type>; |
| #define VDF_DECLARE_EXTERN_VECTOR_IMPL_EMPTY | ( | type | ) | extern template class VDF_API_TYPE Vdf_VectorImplEmpty<type>; |
Definition at line 95 of file vectorImpl_Empty.h.