A class of an attribute that holds a single constant value. More...
#include <constant.hpp>


Classes | |
| class | impl | 
| Factory implementation.  More... | |
Public Types | |
| typedef T | value_type | 
| Attribute value type.  More... | |
Public Member Functions | |
| constant (value_type const &value) | |
| Constructor with the stored value initialization.  More... | |
| constant (BOOST_RV_REF(value_type) value) | |
| Constructor with the stored value initialization.  More... | |
| constant (cast_source const &source) | |
| Constructor for casting support.  More... | |
| value_type const & | get () const | 
| bool | operator! () const BOOST_NOEXCEPT | 
| Verifies that the factory is not in empty state.  More... | |
| attribute_value | get_value () const | 
| void | swap (attribute &that) BOOST_NOEXCEPT | 
| The method swaps two factories (i.e.  More... | |
Protected Member Functions | |
| impl * | get_impl () const BOOST_NOEXCEPT | 
| void | set_impl (intrusive_ptr< impl > p) BOOST_NOEXCEPT | 
| Sets the pointer to the factory implementation.  More... | |
A class of an attribute that holds a single constant value.
The constant is a simplest and one of the most frequently used types of attributes. It stores a constant value, which it eventually returns as its value each time requested.
| typedef T boost::attributes::constant< T >::value_type | 
Attribute value type.
      
  | 
  inlineexplicit | 
Constructor with the stored value initialization.
      
  | 
  inlineexplicit | 
Constructor with the stored value initialization.
      
  | 
  inlineexplicit | 
Constructor for casting support.
      
  | 
  inline | 
      
  | 
  inlineprotectedinherited | 
References boost::intrusive_ptr< T >::get().
Referenced by boost::attribute_cast(), boost::attributes::constant< process_id >::get(), boost::attributes::mutable_constant< channel_type >::get_impl(), and boost::attributes::mutable_constant< T, void, void, void >::get_impl().
      
  | 
  inherited | 
      
  | 
  inlineinherited | 
Verifies that the factory is not in empty state.
Verifies that the factory is in empty state
      
  | 
  inlineprotectedinherited | 
Sets the pointer to the factory implementation.
| p | Pointer to the implementation. Must not be NULL.  | 
References boost::multiprecision::backends::p, and boost::intrusive_ptr< T >::swap().
Referenced by boost::attributes::counter< T >::counter().
      
  | 
  inlineinherited | 
The method swaps two factories (i.e.
their implementations).
References boost::intrusive_ptr< T >::swap().
Referenced by boost::sources::aux::severity_level< severity_level >::operator=(), and boost::sources::basic_severity_logger< BaseT, LevelT >::swap_unlocked().