Provided by: libstdc++6-4.6-doc_4.6.4-6ubuntu2_all bug

NAME

       std::__atomic0::atomic_flag -

SYNOPSIS

       Inherits std::__atomic_flag_base.

   Public Member Functions
       atomic_flag (const atomic_flag &)=delete
       atomic_flag (bool __i)
       void clear (memory_order __m=memory_order_seq_cst)
       void clear (memory_order __m=memory_order_seq_cst) volatile
       atomic_flag & operator= (const atomic_flag &)=delete
       atomic_flag & operator= (const atomic_flag &) volatile=delete
       bool test_and_set (memory_order __m=memory_order_seq_cst)
       bool test_and_set (memory_order __m=memory_order_seq_cst) volatile

   Public Attributes
       bool _M_i

Detailed Description

       atomic_flag

       Definition at line 112 of file atomic_0.h.

Author

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