Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::attributes::function< R >::impl_template< T > Class Template Reference

Factory implementation. More...

#include <function.hpp>

Inheritance diagram for boost::attributes::function< R >::impl_template< T >:
Collaboration diagram for boost::attributes::function< R >::impl_template< T >:

Public Member Functions

 impl_template (T const &fun)
 Constructor with the stored delegate initialization. More...
 
attribute_value get_value ()
 

Static Public Member Functions

static BOOST_LOG_API void * operator new (std::size_t size)
 
static BOOST_LOG_API void operator delete (void *p, std::size_t size) BOOST_NOEXCEPT
 

Detailed Description

template<typename R>
template<typename T>
class boost::attributes::function< R >::impl_template< T >

Factory implementation.

Constructor & Destructor Documentation

template<typename R >
template<typename T >
boost::attributes::function< R >::impl_template< T >::impl_template ( T const &  fun)
inlineexplicit

Constructor with the stored delegate initialization.

Member Function Documentation

template<typename R >
template<typename T >
attribute_value boost::attributes::function< R >::impl_template< T >::get_value ( )
inlinevirtual
Returns
The actual attribute value. It shall not return empty values (exceptions shall be used to indicate errors).

Implements boost::attribute::impl.

References boost::attributes::make_attribute_value().

static BOOST_LOG_API void boost::attribute::impl::operator delete ( void *  p,
std::size_t  size 
)
staticinherited
static BOOST_LOG_API void* boost::attribute::impl::operator new ( std::size_t  size)
staticinherited

The documentation for this class was generated from the following file: