#include <new>
#include <cstddef>
#include <boost/config.hpp>
#include <boost/preprocessor/cat.hpp>
#include <boost/preprocessor/punctuation/paren.hpp>
#include <boost/preprocessor/iteration/iterate.hpp>
#include <boost/preprocessor/repetition/repeat.hpp>
#include <boost/preprocessor/repetition/enum.hpp>
#include <boost/preprocessor/repetition/enum_params.hpp>
#include <boost/preprocessor/repetition/enum_binary_params.hpp>
#include <boost/preprocessor/repetition/enum_trailing_params.hpp>
Go to the source code of this file.
Macros | |
#define | BOOST_DEFINE_INPLACE_FACTORY_CLASS_MEMBER_DECL(z, n, _) BOOST_PP_CAT(A,n) const& BOOST_PP_CAT(m_a,n); |
#define | BOOST_DEFINE_INPLACE_FACTORY_CLASS_MEMBER_INIT(z, n, _) BOOST_PP_CAT(m_a,n) BOOST_PP_LPAREN() BOOST_PP_CAT(a,n) BOOST_PP_RPAREN() |
#define | BOOST_MAX_INPLACE_FACTORY_ARITY 10 |
#define BOOST_DEFINE_INPLACE_FACTORY_CLASS_MEMBER_DECL | ( | z, | |
n, | |||
_ | |||
) | BOOST_PP_CAT(A,n) const& BOOST_PP_CAT(m_a,n); |
Definition at line 29 of file in_place_factory_prefix.hpp.
#define BOOST_DEFINE_INPLACE_FACTORY_CLASS_MEMBER_INIT | ( | z, | |
n, | |||
_ | |||
) | BOOST_PP_CAT(m_a,n) BOOST_PP_LPAREN() BOOST_PP_CAT(a,n) BOOST_PP_RPAREN() |
Definition at line 28 of file in_place_factory_prefix.hpp.
#define BOOST_MAX_INPLACE_FACTORY_ARITY 10 |
Definition at line 31 of file in_place_factory_prefix.hpp.