LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#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 |
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 |
Private Member Functions | |
void | check_invariant () const |
Private Attributes | |
std::vector< PyObject * > | proxies |
Definition at line 54 of file indexing_suite_detail.hpp.
typedef std::vector<PyObject*>::const_iterator boost::python::detail::proxy_group< Proxy >::const_iterator |
Definition at line 58 of file indexing_suite_detail.hpp.
typedef Proxy::index_type boost::python::detail::proxy_group< Proxy >::index_type |
Definition at line 60 of file indexing_suite_detail.hpp.
typedef std::vector<PyObject*>::iterator boost::python::detail::proxy_group< Proxy >::iterator |
Definition at line 59 of file indexing_suite_detail.hpp.
typedef Proxy::policies_type boost::python::detail::proxy_group< Proxy >::policies_type |
Definition at line 61 of file indexing_suite_detail.hpp.
|
inline |
Definition at line 89 of file indexing_suite_detail.hpp.
References BOOST_PYTHON_INDEXING_CHECK_INVARIANT.
|
inlineprivate |
Definition at line 215 of file indexing_suite_detail.hpp.
|
inline |
Definition at line 99 of file indexing_suite_detail.hpp.
References BOOST_PYTHON_INDEXING_CHECK_INVARIANT.
|
inline |
Definition at line 108 of file indexing_suite_detail.hpp.
References BOOST_PYTHON_INDEXING_CHECK_INVARIANT.
|
inline |
Definition at line 126 of file indexing_suite_detail.hpp.
References BOOST_PYTHON_INDEXING_CHECK_INVARIANT.
|
inline |
Definition at line 186 of file indexing_suite_detail.hpp.
References BOOST_PYTHON_INDEXING_CHECK_INVARIANT.
|
inline |
Definition at line 64 of file indexing_suite_detail.hpp.
|
inline |
Definition at line 73 of file indexing_suite_detail.hpp.
References BOOST_PYTHON_INDEXING_CHECK_INVARIANT.
|
inline |
Definition at line 137 of file indexing_suite_detail.hpp.
References BOOST_PYTHON_INDEXING_CHECK_INVARIANT, art::left(), and art::right().
|
inline |
Definition at line 204 of file indexing_suite_detail.hpp.
References BOOST_PYTHON_INDEXING_CHECK_INVARIANT.
|
private |
Definition at line 240 of file indexing_suite_detail.hpp.