xc
Static Public Member Functions | List of all members
XC::mapptr_indexing_suite< Container, NoProxy, DerivedPolicies > Class Template Reference

Solution to export std::map<key, T *> to Python as iterable objects. More...

#include <xc_python_utils.h>

Inheritance diagram for XC::mapptr_indexing_suite< Container, NoProxy, DerivedPolicies >:
Inheritance graph
[legend]
Collaboration diagram for XC::mapptr_indexing_suite< Container, NoProxy, DerivedPolicies >:
Collaboration graph
[legend]

Static Public Member Functions

template<class Class >
static void extension_def (Class &cl)
 

Detailed Description

template<class Container, bool NoProxy = false, class DerivedPolicies = final_mapptr_derived_policies<Container, NoProxy>>
class XC::mapptr_indexing_suite< Container, NoProxy, DerivedPolicies >

Solution to export std::map<key, T *> to Python as iterable objects.


The documentation for this class was generated from the following file: