Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
new.hpp File Reference
Include dependency graph for new.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  phoenix::new_l_0< T >
 
struct  phoenix::new_l< T >
 
struct  phoenix::new_l< T >::result< A, B, C >
 
struct  phoenix::new_1< T >
 
struct  phoenix::new_1< T >::result< A >
 
struct  phoenix::new_2< T >
 
struct  phoenix::new_2< T >::result< A, B >
 
struct  phoenix::new_3< T >
 
struct  phoenix::new_3< T >::result< A, B, C >
 

Namespaces

 phoenix
 

Macros

#define PHOENIX_CONSTRUCT_LIMIT   PHOENIX_LIMIT
 

Functions

 phoenix::BOOST_STATIC_ASSERT (PHOENIX_LIMIT<=PHOENIX_LIMIT)
 
template<typename T >
impl::make_composite< new_l_0
< T > >::type 
phoenix::new_ ()
 
template<typename T , typename A >
impl::make_composite< new_1< T >
, A >::type 
phoenix::new_ (A const &a)
 
template<typename T , typename A , typename B >
impl::make_composite< new_2< T >
, A, B >::type 
phoenix::new_ (A const &a, B const &b)
 
template<typename T , typename A , typename B , typename C >
impl::make_composite< new_3< T >
, A, B, C >::type 
phoenix::new_ (A const &a, B const &b, C const &c)
 

Macro Definition Documentation

#define PHOENIX_CONSTRUCT_LIMIT   PHOENIX_LIMIT