throwing_ptr
Smart pointers that throw on dereference if null
|
Go to the source code of this file.
Functions | |
TEST_CASE ("shared_ptr constructor from pointer", "[shared_ptr][constructor]") | |
TEST_CASE ("shared_ptr constructor from pointer and deleter", "[shared_ptr][constructor]") | |
TEST_CASE ("shared_ptr constructor from pointer and lambda deleter", "Construction") | |
TEST_CASE ("shared_ptr constructor from pointer to derived class", "[shared_ptr][constructor]") | |
TEST_CASE ("shared_ptr constructor from pointer to base type", "[shared_ptr][constructor]") | |
TEST_CASE ("shared_ptr constructor from nullptr and deleter", "[shared_ptr][constructor]") | |
TEST_CASE ("shared_ptr constructor from nullptr, lambda deleter and allocator", "[shared_ptr][constructor]") | |
TEST_CASE ("shared_ptr aliasing constructor", "[shared_ptr][constructor]") | |
TEST_CASE ("shared_ptr copy constructor", "[shared_ptr][constructor]") | |
TEST_CASE ("shared_ptr copy constructor from derived", "Construction") | |
TEST_CASE ("shared_ptr move constructor", "[shared_ptr][constructor]") | |
TEST_CASE ("shared_ptr move constructor from derived", "[shared_ptr][constructor]") | |
TEST_CASE ("shared_ptr constructor from std::shared_ptr", "[shared_ptr][constructor]") | |
TEST_CASE ("shared_ptr constructor from std::shared_ptr to derived", "[shared_ptr][constructor]") | |
TEST_CASE ("shared_ptr move constructor from std::shared_ptr", "[shared_ptr][constructor]") | |
TEST_CASE ("shared_ptr move constructor from std::shared_ptr to derived", "[shared_ptr][constructor]") | |
TEST_CASE ("shared_ptr constructor from derived std::weak_ptr", "[shared_ptr][constructor]") | |
TEST_CASE ("shared_ptr move constructor from std::unique_ptr", "[shared_ptr][constructor]") | |
TEST_CASE | ( | "shared_ptr constructor from pointer" | , |
"" | [shared_ptr][constructor] | ||
) |
Definition at line 39 of file shared_ptr_construction.cpp.
TEST_CASE | ( | "shared_ptr constructor from pointer and deleter" | , |
"" | [shared_ptr][constructor] | ||
) |
Definition at line 45 of file shared_ptr_construction.cpp.
TEST_CASE | ( | "shared_ptr constructor from pointer and lambda deleter" | , |
"Construction" | |||
) |
Definition at line 53 of file shared_ptr_construction.cpp.
TEST_CASE | ( | "shared_ptr constructor from pointer to derived class" | , |
"" | [shared_ptr][constructor] | ||
) |
Definition at line 68 of file shared_ptr_construction.cpp.
TEST_CASE | ( | "shared_ptr constructor from pointer to base type" | , |
"" | [shared_ptr][constructor] | ||
) |
Definition at line 75 of file shared_ptr_construction.cpp.
TEST_CASE | ( | "shared_ptr constructor from nullptr and deleter" | , |
"" | [shared_ptr][constructor] | ||
) |
Definition at line 82 of file shared_ptr_construction.cpp.
TEST_CASE | ( | "shared_ptr constructor from | nullptr, |
lambda deleter and allocator" | , | ||
"" | [shared_ptr][constructor] | ||
) |
Definition at line 96 of file shared_ptr_construction.cpp.
TEST_CASE | ( | "shared_ptr aliasing constructor" | , |
"" | [shared_ptr][constructor] | ||
) |
Definition at line 114 of file shared_ptr_construction.cpp.
TEST_CASE | ( | "shared_ptr copy constructor" | , |
"" | [shared_ptr][constructor] | ||
) |
Definition at line 135 of file shared_ptr_construction.cpp.
TEST_CASE | ( | "shared_ptr copy constructor from derived" | , |
"Construction" | |||
) |
Definition at line 144 of file shared_ptr_construction.cpp.
TEST_CASE | ( | "shared_ptr move constructor" | , |
"" | [shared_ptr][constructor] | ||
) |
Definition at line 153 of file shared_ptr_construction.cpp.
TEST_CASE | ( | "shared_ptr move constructor from derived" | , |
"" | [shared_ptr][constructor] | ||
) |
Definition at line 161 of file shared_ptr_construction.cpp.
TEST_CASE | ( | "shared_ptr constructor from std::shared_ptr" | , |
"" | [shared_ptr][constructor] | ||
) |
Definition at line 170 of file shared_ptr_construction.cpp.
TEST_CASE | ( | "shared_ptr constructor from std::shared_ptr to derived" | , |
"" | [shared_ptr][constructor] | ||
) |
Definition at line 180 of file shared_ptr_construction.cpp.
TEST_CASE | ( | "shared_ptr move constructor from std::shared_ptr" | , |
"" | [shared_ptr][constructor] | ||
) |
Definition at line 190 of file shared_ptr_construction.cpp.
TEST_CASE | ( | "shared_ptr move constructor from std::shared_ptr to derived" | , |
"" | [shared_ptr][constructor] | ||
) |
Definition at line 199 of file shared_ptr_construction.cpp.
TEST_CASE | ( | "shared_ptr constructor from derived std::weak_ptr" | , |
"" | [shared_ptr][constructor] | ||
) |
Definition at line 208 of file shared_ptr_construction.cpp.
TEST_CASE | ( | "shared_ptr move constructor from std::unique_ptr" | , |
"" | [shared_ptr][constructor] | ||
) |
Definition at line 219 of file shared_ptr_construction.cpp.