Mantid
Loading...
Searching...
No Matches
Typedefs | Functions
PropertyManagerDataService.cpp File Reference
#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 ()
 

Typedef Documentation

◆ PropertyManager_wptr

using PropertyManager_wptr = std::weak_ptr<PropertyManager>

Weak pointer to DataItem typedef.

Definition at line 24 of file PropertyManagerDataService.cpp.

Function Documentation

◆ export_PropertyManagerDataService()

void export_PropertyManagerDataService ( )