#include <ncbicntr.hpp>
Inheritance diagram for CAtomicCounter_WithAutoInit:


Define an atomic counter with guaranteed initialization.
CAtomicCounter does not initialize its value if it's not a static object. CAtomicCounter_WithAutoInit automatically calls Set() in its constructor to set the initial value.
Definition at line 111 of file ncbicntr.hpp.
Public Member Functions | |
| CAtomicCounter_WithAutoInit (TValue initial_value=0) | |
|
|
Definition at line 114 of file ncbicntr.hpp. References CAtomicCounter::Set(). |
1.4.6
Modified on Mon Dec 07 16:22:32 2009 by modify_doxy.py rev. 173732