#include <boost/assign/list_inserter.hpp>#include <boost/type_traits/remove_reference.hpp>#include <boost/type_traits/remove_pointer.hpp>#include <BOOST_PP_LOCAL_ITERATE()>
Classes | |
| class | boost::assign::ptr_map_inserter< PtrMap, Obj > |
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::assign | |
Macros | |
| #define | BOOST_ASSIGN_MAX_PARAMS 6 |
| #define | BOOST_ASSIGN_MAX_PARAMETERS (BOOST_ASSIGN_MAX_PARAMS - 1) |
| #define | BOOST_ASSIGN_PARAMS1(n) BOOST_PP_ENUM_PARAMS(n, class T) |
| #define | BOOST_ASSIGN_PARAMS2(n) BOOST_PP_ENUM_BINARY_PARAMS(n, T, const& t) |
| #define | BOOST_ASSIGN_PARAMS3(n) BOOST_PP_ENUM_PARAMS(n, t) |
| #define | BOOST_PP_LOCAL_LIMITS (1, BOOST_ASSIGN_MAX_PARAMETERS) |
| #define | BOOST_PP_LOCAL_MACRO(n) |
Functions | |
| template<class PtrMap > | |
| ptr_map_inserter< PtrMap, typename PtrMap::mapped_reference > | boost::assign::ptr_map_insert (PtrMap &m) |
| template<class T , class PtrMap > | |
| ptr_map_inserter< PtrMap, T > | boost::assign::ptr_map_insert (PtrMap &m) |
| #define BOOST_ASSIGN_MAX_PARAMETERS (BOOST_ASSIGN_MAX_PARAMS - 1) |
| #define BOOST_ASSIGN_MAX_PARAMS 6 |
| #define BOOST_ASSIGN_PARAMS1 | ( | n | ) | BOOST_PP_ENUM_PARAMS(n, class T) |
| #define BOOST_ASSIGN_PARAMS2 | ( | n | ) | BOOST_PP_ENUM_BINARY_PARAMS(n, T, const& t) |
| #define BOOST_ASSIGN_PARAMS3 | ( | n | ) | BOOST_PP_ENUM_PARAMS(n, t) |
| #define BOOST_PP_LOCAL_LIMITS (1, BOOST_ASSIGN_MAX_PARAMETERS) |
| #define BOOST_PP_LOCAL_MACRO | ( | n | ) |