#include <pyconversions.h>


Static Public Member Functions | |
| template<typename ContainerType > | |
| static void | assert_size (boost::type< ContainerType >, std::size_t) |
| static bool | check_convertibility_per_element () |
| template<typename ContainerType > | |
| static bool | check_size (boost::type< ContainerType >, std::size_t) |
| template<typename ContainerType > | |
| static void | reserve (ContainerType &a, std::size_t sz) |
| template<typename ContainerType , typename ValueType > | |
| static void | set_value (ContainerType &a, std::size_t i, ValueType const &v) |
Copied from scitbx/include/scitbx/boost_python/container_conversions.h that is described in the Boost.Python FAQ.
Definition at line 120 of file pyconversions.h.
| static void assert_size | ( | boost::type< ContainerType > | , | |
| std::size_t | ||||
| ) | [inline, static, inherited] |
Definition at line 102 of file pyconversions.h.
| static bool check_convertibility_per_element | ( | ) | [inline, static, inherited] |
Definition at line 92 of file pyconversions.h.
| static bool check_size | ( | boost::type< ContainerType > | , | |
| std::size_t | ||||
| ) | [inline, static, inherited] |
Definition at line 95 of file pyconversions.h.
| static void reserve | ( | ContainerType & | a, | |
| std::size_t | sz | |||
| ) | [inline, static] |
| static void set_value | ( | ContainerType & | a, | |
| std::size_t | i, | |||
| ValueType const & | v | |||
| ) | [inline, static] |
Definition at line 129 of file pyconversions.h.