TR-mbed 1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
TestQueue Struct Reference

Public Member Functions

 TestQueue ()
 
 ~TestQueue ()
 
bool Push ()
 
bool Pop ()
 
bool Empty ()
 

Public Attributes

std::atomic< intval_
 

Static Public Attributes

static const int kQueueSize = 10
 

Constructor & Destructor Documentation

◆ TestQueue()

TestQueue::TestQueue ( )
inline

◆ ~TestQueue()

TestQueue::~TestQueue ( )
inline

Member Function Documentation

◆ Empty()

bool TestQueue::Empty ( )
inline

◆ Pop()

bool TestQueue::Pop ( )
inline

◆ Push()

bool TestQueue::Push ( )
inline

Member Data Documentation

◆ kQueueSize

const int TestQueue::kQueueSize = 10
static

◆ val_

std::atomic<int> TestQueue::val_

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