LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "indexing_suite_detail.hpp"
Public Types | |
typedef std::map< Container *, proxy_group< Proxy > > | links_t |
typedef Proxy::index_type | index_type |
Public Member Functions | |
void | remove (Proxy &proxy) |
void | add (PyObject *prox, Container &container) |
template<class NoSlice > | |
void | erase (Container &container, index_type i, NoSlice no_slice) |
void | erase (Container &container, index_type from, index_type to) |
void | replace (Container &container, index_type from, index_type to, index_type len) |
PyObject * | find (Container &container, index_type i) |
Private Attributes | |
links_t | links |
Definition at line 249 of file indexing_suite_detail.hpp.
typedef Proxy::index_type boost::python::detail::proxy_links< Proxy, Container >::index_type |
Definition at line 254 of file indexing_suite_detail.hpp.
typedef std::map<Container*, proxy_group<Proxy> > boost::python::detail::proxy_links< Proxy, Container >::links_t |
Definition at line 253 of file indexing_suite_detail.hpp.
|
inline |
Definition at line 270 of file indexing_suite_detail.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 257 of file indexing_suite_detail.hpp.
References r.
|
inline |
|
private |
Definition at line 337 of file indexing_suite_detail.hpp.