Go to the source code of this file.
|
class | ArIsContextObject< T > |
| Metafunction to determine whether the templated object type is a valid context object. More...
|
|
class | ArResolverContext |
| An asset resolver context allows clients to provide additional data to the resolver for use during resolution. More...
|
|
|
template<class Context > |
std::string | ArGetDebugString (const Context &context) |
| Default implementation for providing debug info on the contained context.
|
|
◆ ArGetDebugString()
std::string ArGetDebugString |
( |
const Context & |
context | ) |
|
Default implementation for providing debug info on the contained context.
Definition at line 322 of file resolverContext.h.