Audacity 3.2.0
|
Classes | |
struct | Ignore |
struct | MyBuilder |
struct | MyComponent |
struct | MyComponentEx |
Typedefs | |
using | MyCompositeBase = Base< MyComponent, unique_ptr< MyComponent >, int > |
using | MyCompositeBase2 = Base< MyComponent, unique_ptr< MyComponent >, int, Ignore > |
Functions | |
bool | operator== (int n, const unique_ptr< MyComponent > &p) |
template<bool members = true, typename Container1 , typename Container2 > | |
bool | compareSequences (const Container1 &c1, const Container2 &c2) |
bool | operator== (int n, const std::unique_ptr< MyComponentEx > &p) |
static auto | Maker (int value) |
Variables | |
constexpr auto | Component = Callable::UniqueMaker<MyComponent, int>() |
using anonymous_namespace{CompositeTest.cpp}::MyCompositeBase = typedef Base<MyComponent, unique_ptr<MyComponent>, int> |
Definition at line 36 of file CompositeTest.cpp.
using anonymous_namespace{CompositeTest.cpp}::MyCompositeBase2 = typedef Base<MyComponent, unique_ptr<MyComponent>, int, Ignore> |
Definition at line 37 of file CompositeTest.cpp.
bool anonymous_namespace{CompositeTest.cpp}::compareSequences | ( | const Container1 & | c1, |
const Container2 & | c2 | ||
) |
Definition at line 48 of file CompositeTest.cpp.
References details::begin(), and details::end().
Referenced by DoTest(), and TEST_CASE().
|
static |
Definition at line 139 of file CompositeTest.cpp.
Referenced by DoTest().
|
inline |
Definition at line 135 of file CompositeTest.cpp.
|
inline |
Definition at line 40 of file CompositeTest.cpp.
|
constexpr |
Definition at line 34 of file CompositeTest.cpp.
Referenced by DoTest().