Crazy Eddie's GUI System  ${CEGUI_VERSION}
boost::python::indexing::base_container_traits< Container, ValueTraits > Struct Template Reference
+ Inheritance diagram for boost::python::indexing::base_container_traits< Container, ValueTraits >:

Public Types

typedef base_container_traits< Container, ValueTraits > self_type
 
typedef Container container
 
typedef BOOST_DEDUCED_TYPENAME container::value_type value_type
 
typedef BOOST_DEDUCED_TYPENAME mpl::if_< is_const< container >, BOOST_DEDUCED_TYPENAME container::const_iterator, BOOST_DEDUCED_TYPENAME container::iterator >::type iterator
 
typedef ::boost::iterator_reference< iterator >::type reference
 
typedef value_type key_type
 
typedef container::size_type size_type
 
typedef make_signed< size_type >::type index_type
 
typedef BOOST_PYTHON_INDEXING_CALL_TRAITS< value_type >::param_type value_param
 
typedef BOOST_PYTHON_INDEXING_CALL_TRAITS< key_type >::param_type key_param
 
typedef BOOST_PYTHON_INDEXING_CALL_TRAITS< index_type >::param_type index_param
 
typedef value_traits< value_type > default_value_traits
 
typedef detail::maybe_override< default_value_traits, ValueTraits >::type value_traits_type
 

Static Public Member Functions

template<typename PythonClass , typename Policy >
static void visit_container_class (PythonClass &pyClass, Policy const &policy)
 

Protected Member Functions

 BOOST_STATIC_CONSTANT (bool, is_mutable=!boost::is_const< Container >::value)