|
HDK
|
#include "pxr/external/boost/python/common.hpp"#include "pxr/external/boost/python/type_list.hpp"#include "pxr/external/boost/python/signature.hpp"
Include dependency graph for pySignatureExt.h:Go to the source code of this file.
Namespaces | |
| PXR_BOOST_NAMESPACE | |
| PXR_BOOST_NAMESPACE::python | |
| PXR_BOOST_NAMESPACE::python::detail | |
Functions | |
| template<class Ret , class TheCls , class... Args> | |
| auto | PXR_BOOST_NAMESPACE::python::detail::get_signature (Ret(TheCls::*)(Args...)&, void *=nullptr) |
| template<class Ret , class TheCls , class... Args> | |
| auto | PXR_BOOST_NAMESPACE::python::detail::get_signature (Ret(TheCls::*)(Args...) const &, void *=nullptr) |