#include <map_indexing_suite.hpp>
|
void | visit (Class &cl) const |
|
|
static void | extension_def (Class &cl) |
|
static object | print_elem (typename Container::value_type const &e) |
|
static mpl::if_< mpl::and_
< is_class< data_type >
, mpl::bool_<!NoProxy >
>, data_type &, data_type >
::type | get_data (typename Container::value_type &e) |
|
static Container::key_type | get_key (typename Container::value_type &e) |
|
static data_type & | get_item (Container &container, index_type i_) |
|
static void | set_item (Container &container, index_type i, data_type const &v) |
|
static void | delete_item (Container &container, index_type i) |
|
static size_t | size (Container &container) |
|
static bool | contains (Container &container, key_type const &key) |
|
static bool | compare_index (Container &container, index_type a, index_type b) |
|
static index_type | convert_index (Container &, PyObject *i_) |
|
indexing_suite< Container, final_map_derived_policies< Container, NoProxy >, NoProxy, NoSlice, Container::value_type::second_type, Container::key_type, Container::key_type > const& boost::python::def_visitor< indexing_suite< Container, final_map_derived_policies< Container, NoProxy >, NoProxy, NoSlice, Container::value_type::second_type, Container::key_type, Container::key_type > >::derived_visitor |
( |
| ) |
const |
|
inlineprotectedinherited |
The documentation for this class was generated from the following file: