![]() |
Rosetta
2016.21
|
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 *) |
using rosetta_binders::vector0_binder = typedef utility_vector_binder<utility::vector0<T, A>, 0, T, A> |
using rosetta_binders::vector1_binder = typedef utility_vector_binder<utility::vector1<T, A>, 1, T, A> |
using rosetta_binders::vectorL_binder = typedef utility_vector_binder<utility::vectorL<L, T, A>, L, T, A> |
void rosetta_binders::vector_binder | ( | pybind11::module & | m, |
char const * | name, | ||
char const * | |||
) |
References name.