Geant4
10.02.p03
|
#include <indexing_suite_detail.hpp>
Public Types | |
typedef std::vector< PyObject * >::const_iterator | const_iterator |
typedef std::vector< PyObject * >::iterator | iterator |
typedef Proxy::index_type | index_type |
typedef Proxy::policies_type | policies_type |
typedef std::vector< PyObject * >::const_iterator | const_iterator |
typedef std::vector< PyObject * >::iterator | iterator |
typedef Proxy::index_type | index_type |
typedef Proxy::policies_type | policies_type |
Public Member Functions | |
iterator | first_proxy (index_type i) |
void | remove (Proxy &proxy) |
void | add (PyObject *prox) |
void | erase (index_type i, mpl::false_) |
void | erase (index_type i, mpl::true_) |
void | erase (index_type from, index_type to) |
void | replace (index_type from, index_type to, typename std::vector< PyObject *>::size_type len) |
PyObject * | find (index_type i) |
std::vector< PyObject * >::size_type | size () const |
iterator | first_proxy (index_type i) |
void | remove (Proxy &proxy) |
void | add (PyObject *prox) |
void | erase (index_type i, mpl::false_) |
void | erase (index_type i, mpl::true_) |
void | erase (index_type from, index_type to) |
void | replace (index_type from, index_type to, typename std::vector< PyObject *>::size_type len) |
PyObject * | find (index_type i) |
std::vector< PyObject * >::size_type | size () const |
Private Member Functions | |
void | check_invariant () const |
void | check_invariant () const |
Private Attributes | |
std::vector< PyObject * > | proxies |
Definition at line 54 of file source/boost/detail/indexing_suite_detail.hpp.
typedef std::vector<PyObject*>::const_iterator boost::python::detail::proxy_group< Proxy >::const_iterator |
Definition at line 58 of file source/boost/detail/indexing_suite_detail.hpp.
typedef std::vector<PyObject*>::const_iterator boost::python::detail::proxy_group< Proxy >::const_iterator |
Definition at line 58 of file tests/test12/module/include/detail/indexing_suite_detail.hpp.
typedef Proxy::index_type boost::python::detail::proxy_group< Proxy >::index_type |
Definition at line 60 of file tests/test12/module/include/detail/indexing_suite_detail.hpp.
typedef Proxy::index_type boost::python::detail::proxy_group< Proxy >::index_type |
Definition at line 60 of file source/boost/detail/indexing_suite_detail.hpp.
typedef std::vector<PyObject*>::iterator boost::python::detail::proxy_group< Proxy >::iterator |
Definition at line 59 of file source/boost/detail/indexing_suite_detail.hpp.
typedef std::vector<PyObject*>::iterator boost::python::detail::proxy_group< Proxy >::iterator |
Definition at line 59 of file tests/test12/module/include/detail/indexing_suite_detail.hpp.
typedef Proxy::policies_type boost::python::detail::proxy_group< Proxy >::policies_type |
Definition at line 61 of file source/boost/detail/indexing_suite_detail.hpp.
typedef Proxy::policies_type boost::python::detail::proxy_group< Proxy >::policies_type |
Definition at line 61 of file tests/test12/module/include/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 89 of file source/boost/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 89 of file tests/test12/module/include/detail/indexing_suite_detail.hpp.
|
inlineprivate |
Definition at line 215 of file source/boost/detail/indexing_suite_detail.hpp.
|
inlineprivate |
Definition at line 215 of file tests/test12/module/include/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 99 of file source/boost/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 99 of file tests/test12/module/include/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 108 of file source/boost/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 108 of file tests/test12/module/include/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 126 of file tests/test12/module/include/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 126 of file source/boost/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 186 of file source/boost/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 186 of file tests/test12/module/include/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 64 of file tests/test12/module/include/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 64 of file source/boost/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 73 of file source/boost/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 73 of file tests/test12/module/include/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 137 of file tests/test12/module/include/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 137 of file source/boost/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 204 of file source/boost/detail/indexing_suite_detail.hpp.
|
inline |
Definition at line 204 of file tests/test12/module/include/detail/indexing_suite_detail.hpp.
|
private |
Definition at line 240 of file source/boost/detail/indexing_suite_detail.hpp.