This document is for a version of USD that is under development. See this page for the current release.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
defineResolverContext.h File Reference

Macros for defining an object for use with ArResolverContext. More...

+ Include dependency graph for defineResolverContext.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define AR_DECLARE_RESOLVER_CONTEXT(ContextObject)
 Declare that the specified ContextObject type may be used as an asset resolver context object for ArResolverContext.
 

Detailed Description

Macros for defining an object for use with ArResolverContext.

Definition in file defineResolverContext.h.

Macro Definition Documentation

◆ AR_DECLARE_RESOLVER_CONTEXT

#define AR_DECLARE_RESOLVER_CONTEXT (   ContextObject)

Declare that the specified ContextObject type may be used as an asset resolver context object for ArResolverContext.

This typically would be invoked in the header where the ContextObject is declared.

Definition at line 27 of file defineResolverContext.h.