Thread safe reference counter policy for intrusive_ref_counter.  
 More...
#include <intrusive_ref_counter.hpp>
 | 
| typedef boost::detail::atomic_count  | type | 
|   | 
Thread safe reference counter policy for intrusive_ref_counter. 
The policy instructs the intrusive_ref_counter base class to implement a thread-safe reference counter, if the target platform supports multithreading. 
 
  
  
      
        
          | static unsigned int boost::sp_adl_block::thread_safe_counter::decrement  | 
          ( | 
          boost::detail::atomic_count &  | 
          counter | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
  
  
      
        
          | static void boost::sp_adl_block::thread_safe_counter::increment  | 
          ( | 
          boost::detail::atomic_count &  | 
          counter | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
  
  
      
        
          | static unsigned int boost::sp_adl_block::thread_safe_counter::load  | 
          ( | 
          boost::detail::atomic_count const &  | 
          counter | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
The documentation for this struct was generated from the following file: