Thread unsafe reference counter policy for intrusive_ref_counter.
More...
#include <intrusive_ref_counter.hpp>
|
| typedef unsigned int | type |
| |
Thread unsafe reference counter policy for intrusive_ref_counter.
The policy instructs the intrusive_ref_counter base class to implement a reference counter suitable for single threaded use only. Pointers to the same object with this kind of reference counter must not be used by different threads.
| static unsigned int boost::sp_adl_block::thread_unsafe_counter::decrement |
( |
unsigned int & |
counter | ) |
|
|
inlinestatic |
| static void boost::sp_adl_block::thread_unsafe_counter::increment |
( |
unsigned int & |
counter | ) |
|
|
inlinestatic |
| static unsigned int boost::sp_adl_block::thread_unsafe_counter::load |
( |
unsigned int const & |
counter | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: