Public Member Functions | Public Attributes | Static Public Attributes | List of all members
TestQueue Struct Reference

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
 

Detailed Description

Definition at line 41 of file cxx11_eventcount.cpp.

Constructor & Destructor Documentation

TestQueue::TestQueue ( )
inline

Definition at line 45 of file cxx11_eventcount.cpp.

TestQueue::~TestQueue ( )
inline

Definition at line 47 of file cxx11_eventcount.cpp.

Member Function Documentation

bool TestQueue::Empty ( )
inline

Definition at line 71 of file cxx11_eventcount.cpp.

bool TestQueue::Pop ( )
inline

Definition at line 60 of file cxx11_eventcount.cpp.

bool TestQueue::Push ( )
inline

Definition at line 49 of file cxx11_eventcount.cpp.

Member Data Documentation

const int TestQueue::kQueueSize = 10
static

Definition at line 43 of file cxx11_eventcount.cpp.

std::atomic<int> TestQueue::val_

Definition at line 42 of file cxx11_eventcount.cpp.


The documentation for this struct was generated from the following file:


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:09:50