Geant4_10
Static Public Member Functions | List of all members
boost::python::detail::slice_helper< Container, DerivedPolicies, ProxyHandler, Data, Index > Struct Template Reference

#include <indexing_suite_detail.hpp>

Static Public Member Functions

static object base_get_slice (Container &container, PySliceObject *slice)
 
static void base_get_slice_data (Container &container, PySliceObject *slice, Index &from_, Index &to_)
 
static void base_set_slice (Container &container, PySliceObject *slice, PyObject *v)
 
static void base_delete_slice (Container &container, PySliceObject *slice)
 
static object base_get_slice (Container &container, PySliceObject *slice)
 
static void base_get_slice_data (Container &container, PySliceObject *slice, Index &from_, Index &to_)
 
static void base_set_slice (Container &container, PySliceObject *slice, PyObject *v)
 
static void base_delete_slice (Container &container, PySliceObject *slice)
 

Detailed Description

template<class Container, class DerivedPolicies, class ProxyHandler, class Data, class Index>
struct boost::python::detail::slice_helper< Container, DerivedPolicies, ProxyHandler, Data, Index >

Definition at line 577 of file indexing_suite_detail.hpp.

Member Function Documentation

template<class Container , class DerivedPolicies , class ProxyHandler , class Data , class Index >
static void boost::python::detail::slice_helper< Container, DerivedPolicies, ProxyHandler, Data, Index >::base_delete_slice ( Container &  container,
PySliceObject *  slice 
)
inlinestatic

Definition at line 692 of file indexing_suite_detail.hpp.

Here is the call graph for this function:

template<class Container , class DerivedPolicies , class ProxyHandler , class Data , class Index >
static void boost::python::detail::slice_helper< Container, DerivedPolicies, ProxyHandler, Data, Index >::base_delete_slice ( Container &  container,
PySliceObject *  slice 
)
inlinestatic

Definition at line 692 of file indexing_suite_detail.hpp.

Here is the call graph for this function:

template<class Container , class DerivedPolicies , class ProxyHandler , class Data , class Index >
static object boost::python::detail::slice_helper< Container, DerivedPolicies, ProxyHandler, Data, Index >::base_get_slice ( Container &  container,
PySliceObject *  slice 
)
inlinestatic

Definition at line 580 of file indexing_suite_detail.hpp.

Here is the call graph for this function:

template<class Container , class DerivedPolicies , class ProxyHandler , class Data , class Index >
static object boost::python::detail::slice_helper< Container, DerivedPolicies, ProxyHandler, Data, Index >::base_get_slice ( Container &  container,
PySliceObject *  slice 
)
inlinestatic

Definition at line 580 of file indexing_suite_detail.hpp.

Here is the call graph for this function:

template<class Container , class DerivedPolicies , class ProxyHandler , class Data , class Index >
static void boost::python::detail::slice_helper< Container, DerivedPolicies, ProxyHandler, Data, Index >::base_get_slice_data ( Container &  container,
PySliceObject *  slice,
Index &  from_,
Index &  to_ 
)
inlinestatic

Definition at line 588 of file indexing_suite_detail.hpp.

Here is the caller graph for this function:

template<class Container , class DerivedPolicies , class ProxyHandler , class Data , class Index >
static void boost::python::detail::slice_helper< Container, DerivedPolicies, ProxyHandler, Data, Index >::base_get_slice_data ( Container &  container,
PySliceObject *  slice,
Index &  from_,
Index &  to_ 
)
inlinestatic

Definition at line 588 of file indexing_suite_detail.hpp.

template<class Container , class DerivedPolicies , class ProxyHandler , class Data , class Index >
static void boost::python::detail::slice_helper< Container, DerivedPolicies, ProxyHandler, Data, Index >::base_set_slice ( Container &  container,
PySliceObject *  slice,
PyObject *  v 
)
inlinestatic

Definition at line 629 of file indexing_suite_detail.hpp.

Here is the call graph for this function:

template<class Container , class DerivedPolicies , class ProxyHandler , class Data , class Index >
static void boost::python::detail::slice_helper< Container, DerivedPolicies, ProxyHandler, Data, Index >::base_set_slice ( Container &  container,
PySliceObject *  slice,
PyObject *  v 
)
inlinestatic

Definition at line 629 of file indexing_suite_detail.hpp.

Here is the call graph for this function:


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