Mantid
|
#include <MapToPyDictionary.h>
Public Types | |
using | MapType = std::map< KeyType, ValueType > |
Public Member Functions | |
MapToPyDictionary (const MapType &map) | |
boost::python::dict | operator() () |
Produces a python dictionary. More... | |
Private Attributes | |
MapType | m_map |
Map. More... | |
Definition at line 21 of file MapToPyDictionary.h.
using Mantid::PythonInterface::Converters::MapToPyDictionary< KeyType, ValueType >::MapType = std::map<KeyType, ValueType> |
Definition at line 24 of file MapToPyDictionary.h.
|
inline |
Definition at line 26 of file MapToPyDictionary.h.
|
inline |
Produces a python dictionary.
Definition at line 28 of file MapToPyDictionary.h.
|
private |
Map.
Definition at line 39 of file MapToPyDictionary.h.