Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
boost::python::detail::no_proxy_helper< Container, DerivedPolicies, ContainerElement, Index > Struct Template Reference

#include <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)
 
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.

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.

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.

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.

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.

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.

Here is the call graph for this function:

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.

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.

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.

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.

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.

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.

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.

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.

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.


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