ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
boost::python::detail::proxy_helper< Container, DerivedPolicies, ContainerElement, Index > Struct Template Reference

#include <geant4/tree/geant4-10.6-release/environments/g4py/source/boost/detail/indexing_suite_detail.hpp>

Static Public Member Functions

static void register_container_element ()
 
static object base_get_item_ (back_reference< Container & > const &container, PyObject *i)
 
static void base_replace_indexes (Container &container, Index from, Index to, Index n)
 
template<class NoSlice >
static void base_erase_index (Container &container, Index i, NoSlice no_slice)
 
static void base_erase_indexes (Container &container, Index from, Index to)
 

Detailed Description

template<class Container, class DerivedPolicies, class ContainerElement, class Index>
struct boost::python::detail::proxy_helper< Container, DerivedPolicies, ContainerElement, Index >

Definition at line 517 of file indexing_suite_detail.hpp.

View newest version in sPHENIX GitHub at line 517 of file indexing_suite_detail.hpp

Member Function Documentation

template<class Container , class DerivedPolicies , class ContainerElement , class Index >
template<class NoSlice >
static void boost::python::detail::proxy_helper< Container, DerivedPolicies, ContainerElement, Index >::base_erase_index ( Container &  container,
Index  i,
NoSlice  no_slice 
)
inlinestatic

Definition at line 556 of file indexing_suite_detail.hpp.

View newest version in sPHENIX GitHub at line 556 of file indexing_suite_detail.hpp

template<class Container , class DerivedPolicies , class ContainerElement , class Index >
static void boost::python::detail::proxy_helper< Container, DerivedPolicies, ContainerElement, Index >::base_erase_indexes ( Container &  container,
Index  from,
Index  to 
)
inlinestatic

Definition at line 563 of file indexing_suite_detail.hpp.

View newest version in sPHENIX GitHub at line 563 of file indexing_suite_detail.hpp

template<class Container , class DerivedPolicies , class ContainerElement , class Index >
static object boost::python::detail::proxy_helper< Container, DerivedPolicies, ContainerElement, Index >::base_get_item_ ( back_reference< Container & > const &  container,
PyObject *  i 
)
inlinestatic

Definition at line 526 of file indexing_suite_detail.hpp.

View newest version in sPHENIX GitHub at line 526 of file indexing_suite_detail.hpp

References Acts::UnitConstants::h, and incremental_prev_tag::idx.

template<class Container , class DerivedPolicies , class ContainerElement , class Index >
static void boost::python::detail::proxy_helper< Container, DerivedPolicies, ContainerElement, Index >::base_replace_indexes ( Container &  container,
Index  from,
Index  to,
Index  n 
)
inlinestatic

Definition at line 547 of file indexing_suite_detail.hpp.

View newest version in sPHENIX GitHub at line 547 of file indexing_suite_detail.hpp

template<class Container , class DerivedPolicies , class ContainerElement , class Index >
static void boost::python::detail::proxy_helper< Container, DerivedPolicies, ContainerElement, Index >::register_container_element ( )
inlinestatic

Definition at line 520 of file indexing_suite_detail.hpp.

View newest version in sPHENIX GitHub at line 520 of file indexing_suite_detail.hpp


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