Geant4  10.02.p03
boost::python::detail Namespace Reference

Classes

struct  compare_proxy_index
 
class  container_element
 
class  final_map_derived_policies
 
class  final_vector_derived_policies
 
struct  no_proxy_helper
 
struct  no_slice_helper
 
class  proxy_group
 
struct  proxy_helper
 
class  proxy_links
 
struct  slice_helper
 

Functions

template<class Container , class Index , class Policies >
Policies::data_type * get_pointer (python::detail::container_element< Container, Index, Policies > const &p)
 

Function Documentation

◆ get_pointer()

template<class Container , class Index , class Policies >
Policies::data_type * boost::python::detail::get_pointer ( python::detail::container_element< Container, Index, Policies > const &  p)
inline

Definition at line 743 of file source/boost/detail/indexing_suite_detail.hpp.

745  {
746  // Get the pointer of a container_element smart pointer
747  return p.get();
748  }
Here is the call graph for this function:
Here is the caller graph for this function: