|
HDK
|
#include "pxr/pxr.h"#include "pxr/usd/ar/api.h"#include "pxr/usd/ar/ar.h"#include "pxr/base/tf/hash.h"#include "pxr/base/tf/safeTypeCompare.h"#include "pxr/base/tf/pyObjWrapper.h"#include <algorithm>#include <memory>#include <string>#include <type_traits>#include <typeinfo>#include <vector>
Include dependency graph for resolverContext.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ArIsContextObject< T > |
| struct | Ar_AllValidForContext< Objects > |
| struct | Ar_AllValidForContext< Object, Other...> |
| struct | Ar_AllValidForContext<> |
| class | ArResolverContext |
Functions | |
| template<class Context > | |
| std::string | ArGetDebugString (const Context &context) |
| Default implementation for providing debug info on the contained context. More... | |
| AR_API std::string | Ar_GetDebugString (const std::type_info &, void const *) |
| std::string ArGetDebugString | ( | const Context & | context | ) |
Default implementation for providing debug info on the contained context.
Definition at line 322 of file resolverContext.h.