HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
allocateBoxedValue.h File Reference
#include "pxr/pxr.h"
#include "pxr/exec/vdf/api.h"
#include "pxr/exec/vdf/boxedContainer.h"
#include "pxr/exec/vdf/vector.h"
#include "pxr/base/arch/functionLite.h"
#include "pxr/base/tf/diagnostic.h"
#include "pxr/base/tf/mallocTag.h"
+ Include dependency graph for allocateBoxedValue.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

VDF_API VdfVectorVdf_AllocateBoxedValueVector (const VdfContext &, const TfToken &)
 
template<typename T , typename... Args>
bool Vdf_AllocateBoxedValue (const VdfContext &context, const TfToken &name, Args &&...args)
 

Function Documentation

template<typename T , typename... Args>
bool Vdf_AllocateBoxedValue ( const VdfContext context,
const TfToken name,
Args &&...  args 
)

Definition at line 35 of file allocateBoxedValue.h.

VDF_API VdfVector* Vdf_AllocateBoxedValueVector ( const VdfContext ,
const TfToken  
)