#include <container_conversions.h>
|
static bool | check_convertibility_per_element () |
|
template<typename ContainerType > |
static bool | check_size (boost::type< ContainerType >, std::size_t sz) |
|
template<typename ContainerType > |
static void | assert_size (boost::type< ContainerType >, std::size_t sz) |
|
template<typename ContainerType > |
static void | reserve (ContainerType &, std::size_t sz) |
|
template<typename ContainerType , typename ValueType > |
static void | set_value (ContainerType &a, std::size_t i, ValueType const &v) |
|
◆ assert_size()
template<typename ContainerType >
static void scitbx::boost_python::container_conversions::fixed_size_policy::assert_size |
( |
boost::type< ContainerType > | , |
|
|
std::size_t | sz ) |
|
inlinestatic |
◆ check_convertibility_per_element()
static bool scitbx::boost_python::container_conversions::fixed_size_policy::check_convertibility_per_element |
( |
| ) |
|
|
inlinestatic |
◆ check_size()
template<typename ContainerType >
static bool scitbx::boost_python::container_conversions::fixed_size_policy::check_size |
( |
boost::type< ContainerType > | , |
|
|
std::size_t | sz ) |
|
inlinestatic |
◆ reserve()
template<typename ContainerType >
static void scitbx::boost_python::container_conversions::fixed_size_policy::reserve |
( |
ContainerType & | , |
|
|
std::size_t | sz ) |
|
inlinestatic |
◆ set_value()
template<typename ContainerType , typename ValueType >
static void scitbx::boost_python::container_conversions::fixed_size_policy::set_value |
( |
ContainerType & | a, |
|
|
std::size_t | i, |
|
|
ValueType const & | v ) |
|
inlinestatic |
The documentation for this struct was generated from the following file: