ecto
List of all members
boost::python::detail::final_std_vector_derived_policies< Container, NoProxy > Class Template Reference

#include <std_vector_indexing_suite.hpp>

Inheritance diagram for boost::python::detail::final_std_vector_derived_policies< Container, NoProxy >:
Inheritance graph
[legend]
Collaboration diagram for boost::python::detail::final_std_vector_derived_policies< Container, NoProxy >:
Collaboration graph
[legend]

Additional Inherited Members

- Public Types inherited from boost::python::std_vector_indexing_suite< Container, NoProxy, final_std_vector_derived_policies< Container, NoProxy > >
typedef Container::value_type data_type
 
typedef Container::value_type key_type
 
typedef Container::size_type index_type
 
typedef Container::size_type size_type
 
typedef Container::difference_type difference_type
 
- Static Public Member Functions inherited from boost::python::std_vector_indexing_suite< Container, NoProxy, final_std_vector_derived_policies< Container, NoProxy > >
static void extension_def (Class &cl)
 
static mpl::if_< is_class< data_type >, data_type &, data_type >::type get_item (Container &container, index_type i)
 
static object get_slice (Container &container, index_type from, index_type to)
 
static void set_item (Container &container, index_type i, data_type const &v)
 
static void set_slice (Container &container, index_type from, index_type to, data_type const &v)
 
static void set_slice (Container &container, index_type from, index_type to, Iter first, Iter last)
 
static void delete_item (Container &container, index_type i)
 
static void delete_slice (Container &container, index_type from, index_type to)
 
static size_t size (Container &container)
 
static bool contains (Container &container, key_type const &key)
 
static index_type get_min_index (Container &)
 
static index_type get_max_index (Container &container)
 
static bool compare_index (Container &, index_type a, index_type b)
 
static index_type convert_index (Container &container, PyObject *i_)
 
static void append (Container &container, data_type const &v)
 
static void extend (Container &container, Iter first, Iter last)
 

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