lass::python::PyExportTraitsMap< ContainerType > Struct Template Reference
[Python]
#include <pymap.h>
Detailed Description
template<typename ContainerType>
struct lass::python::PyExportTraitsMap< ContainerType >
Definition at line 314 of file pymap.h.
Member Typedef Documentation
template<typename ContainerType >
Member Function Documentation
template<typename ContainerType >
template<typename ContainerType >
wrap a "borrowed" container as Python dictionary
- Note:
- you build a reference to the container, any changes done in Python will be reflected in the original object, as far as the typesystem allows it of course
- Warning:
- holding a reference to the dictionary, while the original container is destroyed is a not-so-good-idea.
Definition at line 334 of file pymap.h.
template<typename ContainerType >
The documentation for this struct was generated from the following file: