Audacity 3.2.0
|
Go to the source code of this file.
Classes | |
struct | ValueType |
struct | Tester< Const, ref > |
Parameterize for the type of visitor return. More... | |
struct | Tester< Const, ref >::X |
struct | Tester< Const, ref >::Y |
Structure can specialize with only a non-const member function. More... | |
struct | Tester< Const, ref >::Z |
Structure always with a const member function. More... | |
struct | Tester< Const, ref >::CopyOnly |
struct | TestVisitor |
struct | TestVariant |
Enumerations | |
enum | Ref { lvalue , rvalue , noref } |
Functions | |
TEST_CASE ("Variant visitors returning T &") | |
TEST_CASE ("Variant visitors returning T const &") | |
TEST_CASE ("Variant visitors returning T &&") | |
TEST_CASE ("Variant visitors returning T const &&") | |
TEST_CASE ("Variant visitors returning T") | |
TEST_CASE ("Variant visitors returning T const") | |
static void | compileTest () |
enum Ref |
|
static |
Definition at line 215 of file VariantTest.cpp.
References MenuRegistry::Visit().
TEST_CASE | ( | "Variant visitors returning T &" | ) |
Definition at line 177 of file VariantTest.cpp.
References Tester< Const, ref >::DoTests().
TEST_CASE | ( | "Variant visitors returning T &&" | ) |
Definition at line 187 of file VariantTest.cpp.
References Tester< Const, ref >::DoTests().
TEST_CASE | ( | "Variant visitors returning T const &" | ) |
Definition at line 182 of file VariantTest.cpp.
References Tester< Const, ref >::DoTests().
TEST_CASE | ( | "Variant visitors returning T const &&" | ) |
Definition at line 192 of file VariantTest.cpp.
References Tester< Const, ref >::DoTests().
TEST_CASE | ( | "Variant visitors returning T const" | ) |
Definition at line 202 of file VariantTest.cpp.
References Tester< Const, ref >::DoTests().
TEST_CASE | ( | "Variant visitors returning T" | ) |
Definition at line 197 of file VariantTest.cpp.
References Tester< Const, ref >::DoTests().