Mantid
|
#include "MantidAPI/CatalogManager.h"
#include "MantidPythonInterface/core/GetPointer.h"
#include <boost/python/class.hpp>
#include <boost/python/def.hpp>
#include <boost/python/list.hpp>
#include <boost/python/register_ptr_to_python.hpp>
#include <map>
Go to the source code of this file.
Functions | |
void | export_CatalogManager () |
boost::python::list | getActiveSessionsAsList (CatalogManagerImpl &self) |
void export_CatalogManager | ( | ) |
Definition at line 31 of file CatalogManager.cpp.
References getActiveSessionsAsList(), Mantid::Kernel::SingletonHolder< T >::Instance(), and Mantid::API::CatalogManagerImpl::numberActiveSessions().
boost::python::list getActiveSessionsAsList | ( | CatalogManagerImpl & | self | ) |
Definition at line 22 of file CatalogManager.cpp.
Referenced by export_CatalogManager().