Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Classes | Typedefs | Functions
test_lfringbuffer12.cpp File Reference
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <memory>
#include <thread>
#include <pthread.h>
#include <jau/test/catch2_ext.hpp>
#include <jau/ringbuffer.hpp>
Include dependency graph for test_lfringbuffer12.cpp:

Go to the source code of this file.

Classes

class  Integer
 
class  TestRingbuffer12
 

Typedefs

typedef jau::snsize_t IntegralType
 
typedef Integer TrivialType
 
typedef ringbuffer< TrivialType, jau::nsize_tTrivialTypeRingbuffer
 

Functions

 METHOD_AS_TEST_CASE (TestRingbuffer12::test_range, "Test TestRingbuffer 12- test_range")
 
 METHOD_AS_TEST_CASE (TestRingbuffer12::test_sequential, "Test TestRingbuffer 12- test_sequential")
 
static const TrivialType TrivialTypeNullElem (-1)
 

Typedef Documentation

◆ IntegralType

Definition at line 38 of file test_lfringbuffer12.cpp.

◆ TrivialType

Definition at line 60 of file test_lfringbuffer12.cpp.

◆ TrivialTypeRingbuffer

Definition at line 62 of file test_lfringbuffer12.cpp.

Function Documentation

◆ TrivialTypeNullElem()

static const TrivialType TrivialTypeNullElem ( 1)
static

◆ METHOD_AS_TEST_CASE() [1/2]

METHOD_AS_TEST_CASE ( TestRingbuffer12::test_sequential  ,
"Test TestRingbuffer 12- test_sequential"   
)

◆ METHOD_AS_TEST_CASE() [2/2]

METHOD_AS_TEST_CASE ( TestRingbuffer12::test_range  ,
"Test TestRingbuffer 12- test_range"   
)