Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::attributes::mutable_constant< T, void, void, void >::impl Class Reference

Factory implementation. More...

#include <mutable_constant.hpp>

Inheritance diagram for boost::attributes::mutable_constant< T, void, void, void >::impl:
Collaboration diagram for boost::attributes::mutable_constant< T, void, void, void >::impl:

Public Member Functions

 impl (value_type const &value)
 Initializing constructor. More...
 
 impl (BOOST_RV_REF(value_type) value)
 Initializing constructor. More...
 
attribute_value get_value ()
 
void set (value_type const &value)
 
void set (BOOST_RV_REF(value_type) value)
 
value_type get () const
 

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 T>
class boost::attributes::mutable_constant< T, void, void, void >::impl

Factory implementation.

Constructor & Destructor Documentation

template<typename T >
boost::attributes::mutable_constant< T, void, void, void >::impl::impl ( value_type const &  value)
inlineexplicit

Initializing constructor.

template<typename T >
boost::attributes::mutable_constant< T, void, void, void >::impl::impl ( BOOST_RV_REF(value_type value)
inlineexplicit

Initializing constructor.

Member Function Documentation

template<typename T >
value_type boost::attributes::mutable_constant< T, void, void, void >::impl::get ( ) const
inline
template<typename T >
attribute_value boost::attributes::mutable_constant< T, void, void, void >::impl::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::spirit::detail::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
template<typename T >
void boost::attributes::mutable_constant< T, void, void, void >::impl::set ( value_type const &  value)
inline
template<typename T >
void boost::attributes::mutable_constant< T, void, void, void >::impl::set ( BOOST_RV_REF(value_type value)
inline

References boost::move().


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