join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
ShmMpmc Class Reference

class used to test the multiple producer multiple consumer ring buffer. More...

Inheritance diagram for ShmMpmc:
Collaboration diagram for ShmMpmc:

Protected Member Functions

void SetUp () override
 set up the test fixture.
 
void TearDown () override
 tear down the test fixture.
 

Static Protected Member Functions

static void SetUpTestSuite ()
 set up the test suite.
 
static void TearDownTestSuite ()
 tear down the test suite.
 

Static Protected Attributes

static const std::string _name = "/test_mpmc_shm"
 shared memory segment name.
 

Detailed Description

class used to test the multiple producer multiple consumer ring buffer.

Member Function Documentation

◆ SetUp()

void ShmMpmc::SetUp ( )
inlineoverrideprotected

set up the test fixture.

◆ SetUpTestSuite()

static void ShmMpmc::SetUpTestSuite ( )
inlinestaticprotected

set up the test suite.

◆ TearDown()

void ShmMpmc::TearDown ( )
inlineoverrideprotected

tear down the test fixture.

◆ TearDownTestSuite()

static void ShmMpmc::TearDownTestSuite ( )
inlinestaticprotected

tear down the test suite.

Member Data Documentation

◆ _name

const std::string ShmMpmc::_name = "/test_mpmc_shm"
staticprotected

shared memory segment name.


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