![]() |
|
Public Member Functions | |
| TestQueue () | |
| ~TestQueue () | |
| bool | Push () |
| bool | Pop () |
| bool | Empty () |
Public Attributes | |
| std::atomic< int > | val_ |
Static Public Attributes | |
| static const int | kQueueSize = 10 |
|
inline |
|
inline |
References val_, and VERIFY_IS_EQUAL.
|
inline |
|
inline |
References kQueueSize, calibrate::val, val_, VERIFY_GE, and VERIFY_LE.
|
inline |
References kQueueSize, calibrate::val, val_, VERIFY_GE, and VERIFY_LE.
| std::atomic<int> TestQueue::val_ |
Referenced by Empty(), Pop(), Push(), and ~TestQueue().