LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "indexing_suite_detail.hpp"
Public Types | |
typedef Index | index_type |
typedef Container | container_type |
typedef Policies::data_type | element_type |
typedef Policies | policies_type |
typedef container_element< Container, Index, Policies > | self_t |
typedef proxy_group< self_t > | links_type |
Public Member Functions | |
container_element (object container, Index index) | |
container_element (container_element const &ce) | |
~container_element () | |
element_type & | operator* () const |
element_type * | get () const |
void | detach () |
bool | is_detached () const |
Container & | get_container () const |
Index | get_index () const |
void | set_index (Index i) |
Static Public Member Functions | |
static proxy_links< self_t, Container > & | get_links () |
Private Member Functions | |
container_element & | operator= (container_element const &ce) |
Private Attributes | |
scoped_ptr< element_type > | ptr |
object | container |
Index | index |
Definition at line 352 of file indexing_suite_detail.hpp.
typedef Container boost::python::detail::container_element< Container, Index, Policies >::container_type |
Definition at line 357 of file indexing_suite_detail.hpp.
typedef Policies::data_type boost::python::detail::container_element< Container, Index, Policies >::element_type |
Definition at line 358 of file indexing_suite_detail.hpp.
typedef Index boost::python::detail::container_element< Container, Index, Policies >::index_type |
Definition at line 356 of file indexing_suite_detail.hpp.
typedef proxy_group<self_t> boost::python::detail::container_element< Container, Index, Policies >::links_type |
Definition at line 361 of file indexing_suite_detail.hpp.
typedef Policies boost::python::detail::container_element< Container, Index, Policies >::policies_type |
Definition at line 359 of file indexing_suite_detail.hpp.
typedef container_element<Container, Index, Policies> boost::python::detail::container_element< Container, Index, Policies >::self_t |
Definition at line 360 of file indexing_suite_detail.hpp.
|
inline |
Definition at line 363 of file indexing_suite_detail.hpp.
|
inline |
Definition at line 370 of file indexing_suite_detail.hpp.
|
inline |
Definition at line 377 of file indexing_suite_detail.hpp.
|
inline |
Definition at line 398 of file indexing_suite_detail.hpp.
|
inline |
Definition at line 390 of file indexing_suite_detail.hpp.
References boost::python::detail::get_pointer().
Referenced by boost::python::detail::get_pointer().
|
inline |
Definition at line 416 of file indexing_suite_detail.hpp.
|
inline |
Definition at line 422 of file indexing_suite_detail.hpp.
|
inlinestatic |
Definition at line 434 of file indexing_suite_detail.hpp.
|
inline |
Definition at line 410 of file indexing_suite_detail.hpp.
References boost::python::detail::get_pointer().
|
inline |
Definition at line 383 of file indexing_suite_detail.hpp.
References boost::python::detail::get_pointer().
|
private |
|
inline |
Definition at line 428 of file indexing_suite_detail.hpp.
|
private |
Definition at line 449 of file indexing_suite_detail.hpp.
|
private |
Definition at line 450 of file indexing_suite_detail.hpp.
|
private |
Definition at line 448 of file indexing_suite_detail.hpp.