|
Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
#include <cassert>#include <cinttypes>#include <cstring>#include <memory>#include <thread>#include <pthread.h>#include <jau/test/catch2_ext.hpp>#include <jau/ringbuffer.hpp>Go to the source code of this file.
Classes | |
| class | Integer |
| class | TestRingbuffer13 |
Typedefs | |
| typedef std::shared_ptr< Integer > | SharedType |
| typedef ringbuffer< SharedType, jau::nsize_t > | SharedTypeRingbuffer |
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 std::shared_ptr<Integer> SharedType |
Definition at line 58 of file test_lfringbuffer13.cpp.
| typedef ringbuffer<SharedType, jau::nsize_t> SharedTypeRingbuffer |
Definition at line 60 of file test_lfringbuffer13.cpp.
| METHOD_AS_TEST_CASE | ( | TestRingbuffer13::test_sequential | , |
| "Test TestRingbuffer 13- test_sequential" | ) |
| METHOD_AS_TEST_CASE | ( | TestRingbuffer13::test_range | , |
| "Test TestRingbuffer 13- test_range" | ) |
|
constexpr |
Definition at line 59 of file test_lfringbuffer13.cpp.