Mantid
|
#include "MantidKernel/IPropertyManager.h"
#include "MantidKernel/IPropertySettings.h"
#include "MantidPythonInterface/core/GetPointer.h"
#include "MantidPythonInterface/kernel/Registry/PropertyValueHandler.h"
#include "MantidPythonInterface/kernel/Registry/PropertyWithValueFactory.h"
#include "MantidPythonInterface/kernel/Registry/TypeRegistry.h"
#include <boost/python/class.hpp>
#include <boost/python/copy_const_reference.hpp>
#include <boost/python/dict.hpp>
#include <boost/python/iterator.hpp>
#include <boost/python/list.hpp>
#include <boost/python/register_ptr_to_python.hpp>
#include <boost/python/return_internal_reference.hpp>
#include <boost/python/stl_iterator.hpp>
#include <boost/python/str.hpp>
Go to the source code of this file.
Typedefs | |
using | ExtractStdString = extract< std::string > |
Functions | |
void | export_IPropertyManager () |
using ExtractStdString = extract<std::string> |
Definition at line 27 of file IPropertyManager.cpp.
void export_IPropertyManager | ( | ) |
Definition at line 146 of file IPropertyManager.cpp.
References Mantid::Kernel::IPropertyManager::existsProperty(), Mantid::Kernel::IPropertyManager::getPointerToProperty(), Mantid::Kernel::IPropertyManager::getProperties(), Mantid::Kernel::IPropertyManager::getPropertyValue(), Mantid::Kernel::IPropertyManager::propertyCount(), Mantid::Kernel::IPropertyManager::setPropertyGroup(), and Mantid::Kernel::IPropertyManager::setPropertyValue().