pyhpp::cpp_like_vector_indexing_suite< Container, NoProxy > Class Template Reference

#include <pyhpp/vector-indexing-suite.hh>

Inheritance diagram for pyhpp::cpp_like_vector_indexing_suite< Container, NoProxy >:
Collaboration diagram for pyhpp::cpp_like_vector_indexing_suite< Container, NoProxy >:

Public Types

typedef boost::python::vector_indexing_suite< Container, NoProxy, cpp_like_vector_indexing_suitebase_type
 

Static Public Member Functions

template<class Class >
static void extension_def (Class &cl)
 
static bool empty (Container const &container)
 

Member Typedef Documentation

◆ base_type

template<class Container , bool NoProxy = false>
typedef boost::python::vector_indexing_suite<Container, NoProxy, cpp_like_vector_indexing_suite> pyhpp::cpp_like_vector_indexing_suite< Container, NoProxy >::base_type

Member Function Documentation

◆ empty()

template<class Container , bool NoProxy = false>
static bool pyhpp::cpp_like_vector_indexing_suite< Container, NoProxy >::empty ( Container const &  container)
inlinestatic

◆ extension_def()

template<class Container , bool NoProxy = false>
template<class Class >
static void pyhpp::cpp_like_vector_indexing_suite< Container, NoProxy >::extension_def ( Class &  cl)
inlinestatic

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