|
Mantid
|
#include "MantidPythonInterface/core/DataServiceExporter.h"#include "MantidPythonInterface/core/GetPointer.h"#include "MantidPythonInterface/kernel/Registry/PropertyManagerFactory.h"#include "MantidKernel/PropertyManager.h"#include "MantidKernel/PropertyManagerDataService.h"#include <boost/python/register_ptr_to_python.hpp>#include <memory>Go to the source code of this file.
Typedefs | |
| using | PropertyManager_wptr = std::weak_ptr< PropertyManager > |
| Weak pointer to DataItem typedef. More... | |
Functions | |
| void | export_PropertyManagerDataService () |
| using PropertyManager_wptr = std::weak_ptr<PropertyManager> |
Weak pointer to DataItem typedef.
Definition at line 24 of file PropertyManagerDataService.cpp.
| void export_PropertyManagerDataService | ( | ) |
Definition at line 51 of file PropertyManagerDataService.cpp.
References Mantid::Kernel::SingletonHolder< T >::Instance().