7#ifndef PXR_USD_PCP_DYNAMIC_FILE_FORMAT_DEPENDENCY_DATA_H
8#define PXR_USD_PCP_DYNAMIC_FILE_FORMAT_DEPENDENCY_DATA_H
11#include "pxr/usd/pcp/api.h"
18PXR_NAMESPACE_OPEN_SCOPE
66 _data.swap(rhs._data);
86 VtValue &&dependencyContextData,
114 const VtValue& newValue)
const;
124 const VtValue &newValue)
const;
131 std::pair<const PcpDynamicFileFormatInterface *, VtValue>;
132 using _ContextDataVector = std::vector<_ContextData>;
134 _ContextDataVector dependencyContexts;
144 void _AddRelevantAttributeNames(
TfToken::Set &&attributeNames);
148 std::unique_ptr<_Data> _data;
151PXR_NAMESPACE_CLOSE_SCOPE
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...
Standard pointer typedefs.
#define TF_DECLARE_WEAK_PTRS(type)
Define standard weak pointer types.
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...