| Gamp v0.0.7-36-g24b1eb6
    Gamp: Graphics, Audio, Multimedia and Processing | 
#include <cassert>#include <cinttypes>#include <cstring>#include <memory>#include <jau/ringbuffer.hpp>#include "test_lfringbuffer_a.hpp"Go to the source code of this file.
| Classes | |
| class | Integer | 
| Typedefs | |
| typedef std::shared_ptr< Integer > | Value_type | 
| Functions | |
| template<> | |
| Value_type | createValue (const Integral_type &v) | 
| template<> | |
| Value_type | getDefault () | 
| template<> | |
| Integral_type | getValue (const Value_type &e) | 
| TEST_CASE ("TestRingbuffer_A_03_a<Integral_type=jau::snsize_t, Value_type=std::shared_ptr<Integer>, Size_type=jau::nsize_t, exp_memmove=false, exp_memcpy=false, exp_secmem=false>", "[ringbuffer]") | |
| TEST_CASE ("TestRingbuffer_A_03_c<Integral_type=jau::snsize_t, Value_type=std::shared_ptr<Integer>, Size_type=jau::nsize_t, exp_memmove=false, exp_memcpy=false, exp_secmem=true>", "[ringbuffer]") | |
| typedef std::shared_ptr<Integer> Value_type | 
Definition at line 56 of file test_lfringbuffer03.cpp.
| Value_type getDefault | ( | ) | 
Definition at line 59 of file test_lfringbuffer03.cpp.
| Value_type createValue | ( | const Integral_type & | v | ) | 
Definition at line 62 of file test_lfringbuffer03.cpp.
| Integral_type getValue | ( | const Value_type & | e | ) | 
Definition at line 65 of file test_lfringbuffer03.cpp.
| TEST_CASE | ( | "TestRingbuffer_A_03_a<Integral_type=jau::snsize_t, Value_type=std::shared_ptr<Integer>, Size_type=jau::nsize_t, exp_memmove=false, exp_memcpy=false, exp_secmem=false>" | , | 
| "" | [ringbuffer] ) | 
Definition at line 67 of file test_lfringbuffer03.cpp.
| TEST_CASE | ( | "TestRingbuffer_A_03_c<Integral_type=jau::snsize_t, Value_type=std::shared_ptr<Integer>, Size_type=jau::nsize_t, exp_memmove=false, exp_memcpy=false, exp_secmem=true>" | , | 
| "" | [ringbuffer] ) | 
Definition at line 72 of file test_lfringbuffer03.cpp.