OpenVPN 3 Core Library
|
Go to the source code of this file.
Classes | |
struct | Thing1 |
struct | Thing2 |
Typedefs | |
template<typename BaseT > | |
using | IntrinsicInt = IntrinsicType< BaseT, unsigned int > |
Functions | |
auto | f (const Thing1 t) |
auto | f (const Thing2 t) |
template<typename ThingT > | |
auto | g (const ThingT &t) |
TEST (IntrinsicType, overload1) | |
TEST (IntrinsicType, template_inst) | |
auto | f (const int t) |
TEST (IntrinsicType, overload2) | |
TEST (IntrinsicType, logic_not) | |
TEST (IntrinsicType, logic_or_0) | |
TEST (IntrinsicType, logic_or_1) | |
TEST (IntrinsicType, logic_and_0) | |
TEST (IntrinsicType, logic_and_1) | |
using IntrinsicInt = IntrinsicType<BaseT, unsigned int> |
Definition at line 9 of file test_intrinsic_type.cpp.
|
inline |
Definition at line 47 of file test_intrinsic_type.cpp.
|
inline |
|
inline |
Definition at line 21 of file test_intrinsic_type.cpp.
auto g | ( | const ThingT & | t | ) |
TEST | ( | IntrinsicType | , |
logic_and_0 | |||
) |
Definition at line 100 of file test_intrinsic_type.cpp.
TEST | ( | IntrinsicType | , |
logic_and_1 | |||
) |
Definition at line 113 of file test_intrinsic_type.cpp.
TEST | ( | IntrinsicType | , |
logic_not | |||
) |
Definition at line 59 of file test_intrinsic_type.cpp.
TEST | ( | IntrinsicType | , |
logic_or_0 | |||
) |
Definition at line 68 of file test_intrinsic_type.cpp.
TEST | ( | IntrinsicType | , |
logic_or_1 | |||
) |
Definition at line 81 of file test_intrinsic_type.cpp.
TEST | ( | IntrinsicType | , |
overload1 | |||
) |
Definition at line 32 of file test_intrinsic_type.cpp.
TEST | ( | IntrinsicType | , |
overload2 | |||
) |
Definition at line 52 of file test_intrinsic_type.cpp.
TEST | ( | IntrinsicType | , |
template_inst | |||
) |
Definition at line 40 of file test_intrinsic_type.cpp.