ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
boost::python::detail::no_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 ()
 
template<class DataType >
static object base_get_item_helper (DataType const &p, mpl::true_)
 
template<class DataType >
static object base_get_item_helper (DataType const &x, mpl::false_)
 
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::no_proxy_helper< Container, DerivedPolicies, ContainerElement, Index >

Definition at line 459 of file indexing_suite_detail.hpp.

View newest version in sPHENIX GitHub at line 459 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::no_proxy_helper< Container, DerivedPolicies, ContainerElement, Index >::base_erase_index ( Container &  container,
Index  i,
NoSlice  no_slice 
)
inlinestatic

Definition at line 500 of file indexing_suite_detail.hpp.

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

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

Definition at line 506 of file indexing_suite_detail.hpp.

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

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

Definition at line 481 of file indexing_suite_detail.hpp.

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

References boost::python::detail::no_proxy_helper< Container, DerivedPolicies, ContainerElement, Index >::base_get_item_helper().

+ Here is the call graph for this function:

template<class Container , class DerivedPolicies , class ContainerElement , class Index >
template<class DataType >
static object boost::python::detail::no_proxy_helper< Container, DerivedPolicies, ContainerElement, Index >::base_get_item_helper ( DataType const &  p,
mpl::true_   
)
inlinestatic

Definition at line 468 of file indexing_suite_detail.hpp.

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

Referenced by boost::python::detail::no_proxy_helper< Container, DerivedPolicies, ContainerElement, Index >::base_get_item_().

+ Here is the caller graph for this function:

template<class Container , class DerivedPolicies , class ContainerElement , class Index >
template<class DataType >
static object boost::python::detail::no_proxy_helper< Container, DerivedPolicies, ContainerElement, Index >::base_get_item_helper ( DataType const &  x,
mpl::false_   
)
inlinestatic

Definition at line 475 of file indexing_suite_detail.hpp.

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

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

Definition at line 492 of file indexing_suite_detail.hpp.

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

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

Definition at line 462 of file indexing_suite_detail.hpp.

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


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