#include <pyconversions.h>
Inheritance diagram for default_policy:

Copied from scitbx/include/scitbx/boost_python/container_conversions.h that is described in the Boost.Python FAQ.
Definition at line 102 of file pyconversions.h.
Static Public Member Functions | |
| template<typename ContainerType> | |
| static void | assert_size (boost::type< ContainerType >, std::size_t sz) |
| 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 | reserve (ContainerType &a, std::size_t sz) |
|
||||||||||||||||
|
Definition at line 113 of file pyconversions.h. |
|
|
Definition at line 104 of file pyconversions.h. |
|
||||||||||||||||
|
Definition at line 107 of file pyconversions.h. |
|
||||||||||||||||
|
Reimplemented in variable_capacity_policy. Definition at line 116 of file pyconversions.h. |
1.4.3