Provided by: libstdc++6-4.4-doc_4.4.7-8ubuntu1_all bug

NAME

       __atomic2::atomic_bool -

SYNOPSIS

   Public Member Functions
       atomic_bool (const atomic_bool &)=delete
       atomic_bool (bool __i)
       bool compare_exchange_strong (bool &__i1, bool __i2, memory_order __m1, memory_order __m2)
           volatile
       bool compare_exchange_strong (bool &__i1, bool __i2, memory_order
           __m=memory_order_seq_cst) volatile
       bool compare_exchange_weak (bool &__i1, bool __i2, memory_order __m1, memory_order __m2)
           volatile
       bool compare_exchange_weak (bool &__i1, bool __i2, memory_order __m=memory_order_seq_cst)
           volatile
       bool exchange (bool __i, memory_order __m=memory_order_seq_cst) volatile
       bool is_lock_free () const volatile
       bool load (memory_order __m=memory_order_seq_cst) const volatile
       operator bool () const volatile
       atomic_bool & operator= (const atomic_bool &)=delete
       bool operator= (bool __i)
       void store (bool __i, memory_order __m=memory_order_seq_cst) volatile

Detailed Description

       atomic_bool

       Definition at line 393 of file atomic_2.h.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.