Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Classes | Typedefs | Functions | Variables
test_lfringbuffer13.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_lfringbuffer13.cpp:

Go to the source code of this file.

Classes

class  Integer
 
class  TestRingbuffer13
 

Typedefs

typedef jau::snsize_t IntegralType
 
typedef std::shared_ptr< IntegerSharedType
 
typedef ringbuffer< SharedType, jau::nsize_tSharedTypeRingbuffer
 

Functions

 METHOD_AS_TEST_CASE (TestRingbuffer13::test_range, "Test TestRingbuffer 13- test_range")
 
 METHOD_AS_TEST_CASE (TestRingbuffer13::test_sequential, "Test TestRingbuffer 13- test_sequential")
 

Variables

constexpr const std::nullptr_t SharedTypeNullElem = nullptr
 

Typedef Documentation

◆ IntegralType

Definition at line 38 of file test_lfringbuffer13.cpp.

◆ SharedType

typedef std::shared_ptr<Integer> SharedType

Definition at line 58 of file test_lfringbuffer13.cpp.

◆ SharedTypeRingbuffer

Definition at line 60 of file test_lfringbuffer13.cpp.

Function Documentation

◆ METHOD_AS_TEST_CASE() [1/2]

METHOD_AS_TEST_CASE ( TestRingbuffer13::test_sequential  ,
"Test TestRingbuffer 13- test_sequential"   
)

◆ METHOD_AS_TEST_CASE() [2/2]

METHOD_AS_TEST_CASE ( TestRingbuffer13::test_range  ,
"Test TestRingbuffer 13- test_range"   
)

Variable Documentation

◆ SharedTypeNullElem

constexpr const std::nullptr_t SharedTypeNullElem = nullptr
constexpr

Definition at line 59 of file test_lfringbuffer13.cpp.