#include <boost/assign/list_of.hpp>
#include <boost/type_traits/remove_const.hpp>
#include <boost/type_traits/remove_reference.hpp>
#include <boost/type_traits/is_reference.hpp>
#include <boost/static_assert.hpp>
#include <boost/type_traits/detail/yes_no_type.hpp>
#include <boost/type_traits/decay.hpp>
#include <boost/type_traits/is_array.hpp>
#include <boost/mpl/if.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/preprocessor/repetition/enum_binary_params.hpp>
#include <boost/preprocessor/repetition/enum_params.hpp>
#include <boost/preprocessor/iteration/local.hpp>
#include <BOOST_PP_LOCAL_ITERATE()>
Classes | |
class | boost::assign_detail::generic_ptr_list< T > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::assign_detail | |
boost::assign | |
Macros | |
#define | BOOST_ASSIGN_MAX_PARAMS 5 |
#define | BOOST_ASSIGN_MAX_PARAMETERS (BOOST_ASSIGN_MAX_PARAMS - 1) |
#define | BOOST_ASSIGN_PARAMS1(n) BOOST_PP_ENUM_PARAMS(n, class U) |
#define | BOOST_ASSIGN_PARAMS2(n) BOOST_PP_ENUM_BINARY_PARAMS(n, U, const& u) |
#define | BOOST_ASSIGN_PARAMS3(n) BOOST_PP_ENUM_PARAMS(n, u) |
#define | BOOST_PP_LOCAL_LIMITS (1, BOOST_ASSIGN_MAX_PARAMETERS) |
#define | BOOST_PP_LOCAL_MACRO(n) |
#define | BOOST_PP_LOCAL_LIMITS (1, BOOST_ASSIGN_MAX_PARAMETERS) |
#define | BOOST_PP_LOCAL_MACRO(n) |
Functions | |
template<class T > | |
assign_detail::generic_ptr_list < T > | boost::assign::ptr_list_of () |
template<class T , class U > | |
assign_detail::generic_ptr_list < T > | boost::assign::ptr_list_of (const U &t) |
#define BOOST_ASSIGN_MAX_PARAMETERS (BOOST_ASSIGN_MAX_PARAMS - 1) |
#define BOOST_ASSIGN_MAX_PARAMS 5 |
#define BOOST_ASSIGN_PARAMS1 | ( | n | ) | BOOST_PP_ENUM_PARAMS(n, class U) |
#define BOOST_ASSIGN_PARAMS2 | ( | n | ) | BOOST_PP_ENUM_BINARY_PARAMS(n, U, const& u) |
#define BOOST_ASSIGN_PARAMS3 | ( | n | ) | BOOST_PP_ENUM_PARAMS(n, u) |
#define BOOST_PP_LOCAL_LIMITS (1, BOOST_ASSIGN_MAX_PARAMETERS) |
#define BOOST_PP_LOCAL_LIMITS (1, BOOST_ASSIGN_MAX_PARAMETERS) |
#define BOOST_PP_LOCAL_MACRO | ( | n | ) |
#define BOOST_PP_LOCAL_MACRO | ( | n | ) |