Rosetta  2016.21
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Typedefs | Functions
rosetta_binders Namespace Reference

Classes

class  utility_vector_binder
 

Typedefs

template<platform::SSize L, typename T , typename A >
using vectorL_binder = utility_vector_binder< utility::vectorL< L, T, A >, L, T, A >
 
template<typename T , typename A >
using vector0_binder = utility_vector_binder< utility::vector0< T, A >, 0, T, A >
 
template<typename T , typename A >
using vector1_binder = utility_vector_binder< utility::vector1< T, A >, 1, T, A >
 

Functions

template<typename T , class Allocator >
void vector_binder (pybind11::module &m, char const *name, char const *)
 

Typedef Documentation

template<typename T , typename A >
using rosetta_binders::vector0_binder = typedef utility_vector_binder<utility::vector0<T, A>, 0, T, A>
template<typename T , typename A >
using rosetta_binders::vector1_binder = typedef utility_vector_binder<utility::vector1<T, A>, 1, T, A>
template<platform::SSize L, typename T , typename A >
using rosetta_binders::vectorL_binder = typedef utility_vector_binder<utility::vectorL<L, T, A>, L, T, A>

Function Documentation

template<typename T , class Allocator >
void rosetta_binders::vector_binder ( pybind11::module &  m,
char const *  name,
char const *   
)

References name.