librcsb-core-wrapper  1.000
Static Public Member Functions | List of all members
scitbx::boost_python::container_conversions::fixed_size_policy Struct Reference

#include <container_conversions.h>

Collaboration diagram for scitbx::boost_python::container_conversions::fixed_size_policy:
Collaboration graph

Static Public Member Functions

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)
 

Member Function Documentation

template<typename ContainerType >
static void scitbx::boost_python::container_conversions::fixed_size_policy::assert_size ( boost::type< ContainerType >  ,
std::size_t  sz 
)
inlinestatic

References check_size().

static bool scitbx::boost_python::container_conversions::fixed_size_policy::check_convertibility_per_element ( )
inlinestatic
template<typename ContainerType >
static bool scitbx::boost_python::container_conversions::fixed_size_policy::check_size ( boost::type< ContainerType >  ,
std::size_t  sz 
)
inlinestatic

Referenced by assert_size().

template<typename ContainerType >
static void scitbx::boost_python::container_conversions::fixed_size_policy::reserve ( ContainerType &  ,
std::size_t  sz 
)
inlinestatic

Referenced by 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

References reserve().


The documentation for this struct was generated from the following file: