RenderMan  26.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RixFunction< _Signature > Class Template Reference

Deprecated. More...

#include <RixInterfaces.h>

Detailed Description

template<typename _Signature>
class RixFunction< _Signature >

Deprecated.

Deprecated:
This interface is deprecated and will be removed in a future release.

RixFunction is a template class similar to std::function. It is provided as to shield plugins from ABI changes and incompatibilities between compilers. RixFunction is not very useful in its own, but it is used by some Rix interface methods where a callback is given as argument. An example can be found in RixThreadUtils::ParallelFor(...)


The documentation for this class was generated from the following file: