| Public Member Functions | |
| bool | Empty () | 
| bool | Pop () | 
| bool | Push () | 
| TestQueue () | |
| ~TestQueue () | |
| Public Attributes | |
| std::atomic< int > | val_ | 
| Static Public Attributes | |
| static const int | kQueueSize = 10 | 
Definition at line 41 of file cxx11_eventcount.cpp.
| 
 | inline | 
Definition at line 45 of file cxx11_eventcount.cpp.
| 
 | inline | 
Definition at line 47 of file cxx11_eventcount.cpp.
| 
 | inline | 
Definition at line 71 of file cxx11_eventcount.cpp.
| 
 | inline | 
Definition at line 60 of file cxx11_eventcount.cpp.
| 
 | inline | 
Definition at line 49 of file cxx11_eventcount.cpp.
| 
 | static | 
Definition at line 43 of file cxx11_eventcount.cpp.
| std::atomic<int> TestQueue::val_ | 
Definition at line 42 of file cxx11_eventcount.cpp.