#include <std-array.hpp>
Public Types | |
typedef Container::value_type | data_type |
typedef Container::difference_type | difference_type |
typedef Container::size_type | index_type |
typedef Container::value_type | key_type |
typedef Container::size_type | size_type |
typedef std::vector< data_type, SliceAllocator > | slice_vector_type |
Static Public Member Functions | |
static void | delete_item (Container &, index_type) |
static void | delete_slice (Container &, index_type, index_type) |
template<class Class > | |
static void | extension_def (Class &) |
static bp::object | get_slice (Container &container, index_type from, index_type to) |
static void | set_slice (Container &container, index_type from, index_type to, data_type const &v) |
template<class Iter > | |
static void | set_slice (Container &container, index_type from, index_type to, Iter first, Iter last) |
Static Public Attributes | |
static constexpr std::size_t | Size = std::tuple_size<Container>{} |
Definition at line 17 of file std-array.hpp.
typedef Container::value_type eigenpy::array_indexing_suite< Container, NoProxy, SliceAllocator, DerivedPolicies >::data_type |
Definition at line 34 of file std-array.hpp.
typedef Container::difference_type eigenpy::array_indexing_suite< Container, NoProxy, SliceAllocator, DerivedPolicies >::difference_type |
Definition at line 38 of file std-array.hpp.
typedef Container::size_type eigenpy::array_indexing_suite< Container, NoProxy, SliceAllocator, DerivedPolicies >::index_type |
Definition at line 36 of file std-array.hpp.
typedef Container::value_type eigenpy::array_indexing_suite< Container, NoProxy, SliceAllocator, DerivedPolicies >::key_type |
Definition at line 35 of file std-array.hpp.
typedef Container::size_type eigenpy::array_indexing_suite< Container, NoProxy, SliceAllocator, DerivedPolicies >::size_type |
Definition at line 37 of file std-array.hpp.
typedef std::vector<data_type, SliceAllocator> eigenpy::array_indexing_suite< Container, NoProxy, SliceAllocator, DerivedPolicies >::slice_vector_type |
Definition at line 39 of file std-array.hpp.
|
inlinestatic |
Definition at line 46 of file std-array.hpp.
|
inlinestatic |
Definition at line 53 of file std-array.hpp.
|
inlinestatic |
Definition at line 43 of file std-array.hpp.
|
inlinestatic |
Definition at line 91 of file std-array.hpp.
|
inlinestatic |
Definition at line 59 of file std-array.hpp.
|
inlinestatic |
Definition at line 72 of file std-array.hpp.
|
staticconstexpr |
Definition at line 40 of file std-array.hpp.