throwing_ptr
Smart pointers that throw on dereference if null
|
Go to the source code of this file.
Functions | |
TEST_CASE ("make_shared struct with arguments", "[shared_ptr][make_shared]") | |
TEST_CASE ("make_shared struct with no arguments", "[shared_ptr][make_shared]") | |
TEST_CASE ("make_shared base type with argument", "[shared_ptr][make_shared]") | |
TEST_CASE ("make_shared base type no arguments", "[shared_ptr][make_shared]") | |
TEST_CASE ("allocate_shared with arguments", "[shared_ptr][allocate_shared]") | |
TEST_CASE ("allocate_shared with no arguments", "[shared_ptr][allocate_shared]") | |
TEST_CASE ("allocate_shared base type with arguments", "[shared_ptr][allocate_shared]") | |
TEST_CASE ("allocate_shared base type with no arguments", "[shared_ptr][allocate_shared]") | |
TEST_CASE | ( | "make_shared struct with arguments" | , |
"" | [shared_ptr][make_shared] | ||
) |
Definition at line 18 of file shared_ptr_make_shared.cpp.
TEST_CASE | ( | "make_shared struct with no arguments" | , |
"" | [shared_ptr][make_shared] | ||
) |
Definition at line 24 of file shared_ptr_make_shared.cpp.
TEST_CASE | ( | "make_shared base type with argument" | , |
"" | [shared_ptr][make_shared] | ||
) |
Definition at line 30 of file shared_ptr_make_shared.cpp.
TEST_CASE | ( | "make_shared base type no arguments" | , |
"" | [shared_ptr][make_shared] | ||
) |
Definition at line 35 of file shared_ptr_make_shared.cpp.
TEST_CASE | ( | "allocate_shared with arguments" | , |
"" | [shared_ptr][allocate_shared] | ||
) |
Definition at line 40 of file shared_ptr_make_shared.cpp.
TEST_CASE | ( | "allocate_shared with no arguments" | , |
"" | [shared_ptr][allocate_shared] | ||
) |
Definition at line 47 of file shared_ptr_make_shared.cpp.
TEST_CASE | ( | "allocate_shared base type with arguments" | , |
"" | [shared_ptr][allocate_shared] | ||
) |
Definition at line 55 of file shared_ptr_make_shared.cpp.
TEST_CASE | ( | "allocate_shared base type with no arguments" | , |
"" | [shared_ptr][allocate_shared] | ||
) |
Definition at line 62 of file shared_ptr_make_shared.cpp.