|
HDK
|
#include "pxr/pxr.h"#include "pxr/base/tf/api.h"#include "pxr/base/tf/pyPtrHelpers.h"#include "pxr/base/tf/pyUtils.h"#include "pxr/base/tf/singleton.h"#include "pxr/base/tf/weakPtr.h"#include "pxr/external/boost/python/def_visitor.hpp"#include "pxr/external/boost/python/raw_function.hpp"#include <string>
Include dependency graph for pySingleton.h:Go to the source code of this file.
Classes | |
| struct | Tf_PySingleton::Visitor |
Namespaces | |
| Tf_PySingleton | |
Functions | |
| TF_API bp::object | Tf_PySingleton::_DummyInit (bp::tuple const &, bp::dict const &) |
| template<class T > | |
| TfWeakPtr< T > | Tf_PySingleton::GetWeakPtr (T &t) |
| template<class T > | |
| TfWeakPtr< T > | Tf_PySingleton::GetWeakPtr (T const &t) |
| template<class T > | |
| TfWeakPtr< T > | Tf_PySingleton::GetWeakPtr (TfWeakPtr< T > const &t) |
| template<typename PtrType > | |
| PtrType | Tf_PySingleton::_GetSingletonWeakPtr (bp::object const &) |
| TF_API std::string | Tf_PySingleton::_Repr (bp::object const &self, std::string const &prefix) |
| TF_API Tf_PySingleton::Visitor | TfPySingleton () |
| TF_API Tf_PySingleton::Visitor TfPySingleton | ( | ) |