Public Types | Public Member Functions | Static Private Member Functions | List of all members
pinocchio::python::details::overload_base_get_item_for_std_vector< Container > Struct Template Reference

#include <std-vector.hpp>

Inheritance diagram for pinocchio::python::details::overload_base_get_item_for_std_vector< Container >:
Inheritance graph
[legend]

Public Types

typedef Container::value_type data_type
 
typedef size_t index_type
 
typedef Container::value_type value_type
 

Public Member Functions

template<class Class >
void visit (Class &cl) const
 

Static Private Member Functions

static boost::python::object base_get_item (boost::python::back_reference< Container & > container, PyObject *i_)
 
static index_type convert_index (Container &container, PyObject *i_)
 

Detailed Description

template<typename Container>
struct pinocchio::python::details::overload_base_get_item_for_std_vector< Container >

Definition at line 26 of file std-vector.hpp.

Member Typedef Documentation

Definition at line 30 of file std-vector.hpp.

template<typename Container >
typedef size_t pinocchio::python::details::overload_base_get_item_for_std_vector< Container >::index_type

Definition at line 31 of file std-vector.hpp.

template<typename Container >
typedef Container::value_type pinocchio::python::details::overload_base_get_item_for_std_vector< Container >::value_type

Definition at line 29 of file std-vector.hpp.

Member Function Documentation

template<typename Container >
static boost::python::object pinocchio::python::details::overload_base_get_item_for_std_vector< Container >::base_get_item ( boost::python::back_reference< Container & >  container,
PyObject *  i_ 
)
inlinestaticprivate

Definition at line 43 of file std-vector.hpp.

template<typename Container >
static index_type pinocchio::python::details::overload_base_get_item_for_std_vector< Container >::convert_index ( Container &  container,
PyObject *  i_ 
)
inlinestaticprivate

Definition at line 61 of file std-vector.hpp.

template<typename Container >
template<class Class >
void pinocchio::python::details::overload_base_get_item_for_std_vector< Container >::visit ( Class &  cl) const
inline

Definition at line 34 of file std-vector.hpp.


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


pinocchio
Author(s):
autogenerated on Tue Jun 1 2021 02:45:06