All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pyResolverContext_v1.h File Reference

Macros for creating Python bindings for objects used with ArResolverContext. More...

+ Include dependency graph for pyResolverContext_v1.h:

Go to the source code of this file.

Functions

template<class Context >
void ArWrapResolverContextForPython ()
 Register the specified type as a context object that may be converted from a Python into a ArResolverContext object in C++ and vice versa. More...
 

Detailed Description

Macros for creating Python bindings for objects used with ArResolverContext.

Definition in file pyResolverContext_v1.h.

Function Documentation

void ArWrapResolverContextForPython ( )

Register the specified type as a context object that may be converted from a Python into a ArResolverContext object in C++ and vice versa.

This typically would be called in the source file where the Python wrapping for the context object is defined.