24 #ifndef PXR_USD_PCP_DYNAMIC_FILE_FORMAT_DEPENDENCY_DATA_H 25 #define PXR_USD_PCP_DYNAMIC_FILE_FORMAT_DEPENDENCY_DATA_H 28 #include "pxr/usd/pcp/api.h" 35 PXR_NAMESPACE_OPEN_SCOPE
83 _data.swap(rhs._data);
103 VtValue &&dependencyContextData,
123 const VtValue& newValue)
const;
130 std::pair<const PcpDynamicFileFormatInterface *, VtValue>;
131 using _ContextDataVector = std::vector<_ContextData>;
133 _ContextDataVector dependencyContexts;
142 std::unique_ptr<_Data> _data;
145 PXR_NAMESPACE_CLOSE_SCOPE
147 #endif // PXR_USD_PCP_DYNAMIC_FILE_FORMAT_DEPENDENCY_DATA_H
#define TF_DECLARE_WEAK_PTRS(type)
Define standard weak pointer types.
Standard pointer typedefs.
Token for efficient comparison, assignment, and hashing of known strings.
std::set< TfToken, TfTokenFastArbitraryLessThan > Set
Predefined type for set of tokens, for when faster lookup is desired, without paying the memory or in...
Provides a container which may hold any type, and provides introspection and iteration over array typ...
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...